Motoactv - Other SmartWatches

Just curious if anyone is willing to tackle this little gagdet. It needs some fine tuning and possibly a voodoo sound app would be awesome. It lacks the loudness like most android phones.

It looks interesting, but I would not personally buy it. It does not have enough features for me to use it over my phone.
Sent from my XT862 using XDA App

Well I purchased one and with the help of the other thread about the apk i was able to sync to my epic with all features including the calls/missed calls and acuweather. This was with the corded headset. I have no real reason to get the wireless. The only real problem that i have right now is the sound level of the player. Its very frustrating to have to use a program to up the db level in every song i put on it. It running some kind of android platform so someone has to have some ideas.

Well, it looks like someone has listened... I didn't see a thread anywhere else, so I'll post it here, some one has rooted the motoactv. the story, along with a link to a how to is available, just google it. I was gonna post a link, but I can't.

The Motoactv runs gingerbread. CWM has gained root on it and installed Google apps. It has a decent chip and ram for a small device. The bootloader isn't locked. More and more smart watches and wearable computers will be coming out. I'd like to see a custom launcher for this size screen as QCIF+ ain't exactly great for a lot of launchers. A custom rom that remapped the hardware buttons would be nice as well.
Cheers,
-M
XDA member since 2007

Hi People
I just rooted the MotoACTV with the tutorial provided by Wade, the guy that rooted the watch. But I am having problems installing the ggole apps on it. The guide does not explain very well how to install the gogle apps. I managed to install several apk via adb commands and they work ok. But I am missing the market and every default google ape. Can someone explain how to do this? I already downloaded google apps zip file from cynogen web page.

rdavidowski said:
Hi People
I just rooted the MotoACTV with the tutorial provided by Wade, the guy that rooted the watch. But I am having problems installing the ggole apps on it. The guide does not explain very well how to install the gogle apps. I managed to install several apk via adb commands and they work ok. But I am missing the market and every default google ape. Can someone explain how to do this? I already downloaded google apps zip file from cynogen web page.
Click to expand...
Click to collapse
There are libraries in the unzipped file that need to be installed with the adb push command to get maps to work. The market needs a bunch of crap to work. You should push all the apk (except car home if you don't want it) once you have those over, restart and you download the rest of the apps from market.
Cheers,
-M
XDA member since 2007

This sounds intriguing can you run RunKeeper on the rooted device. I have the motoactv and love it for running but RunKeeper in my opinion is the best running app. Im anxious to hear more about this.

Thanks Dragon, but one more question before I keep trying this market stuff. Do I do the adb push command to the same exact directories as the zip has. Like for example: the zip file that I downloaded was for CM7 and it includes a lot more directories than simply the app directory. Do I have to push every single directory the zip has and create the ones that are missing within the watch. Can you please explain more in detail if possible. Thanks again for the help as this is the only thing I am missing from this "the market".

rdavidowski said:
Do I have to push every single directory the zip has and create the ones that are missing within the watch. Can you please explain more in detail if possible. Thanks again for the help as this is the only thing I am missing from this "the market".
Click to expand...
Click to collapse
So, once unzipped you will see "META-INF" and "system" folders.
Inside "system" you will see:
app
etc
framework
lib
inside "app" you will see:
*CarHomeGoogle.apk
*FOTAKill.apk
GenieWidget.apk
Google Maps 5.12.0.apk
GoogleBackupTransport.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleFeedback.apk
GooglePartnerSetup.apk
GoogleQuickSearchBox.apk
GoogleServicesFramework.apk
*LatinImeTutorial.apk
MarketUpdater.apk
MediaUploader.apk
NetworkLocation.apk
OneTimeInitializer.apk
*Talk.apk
Vending.apk
(*not really needed on MotoACTV but won't hurt to install)
I am doing this from a Mac using terminal, it has been a richard year since I have used CLI with windows but for Linux the commands will be the same ("dragon$" is just my terminal prompt).
dragon$ adb push ~/Desktop/gapps/system/app/Vending.apk /system/app
dragon$ adb push ~/Desktop/gapps/system/etc/permissions/features.xml /system/etc/permissions/
So, you see I have pushed the files to the corresponding directories that the files are found in the unzipped folders.
I cannot remember if adb push defaults to parent owner and permissions but if not you will have to change them to root/root and RW-R--R--

I followed CMW's guide to root mine, too.
dragon_76 said:
I'd like to see a custom launcher for this size screen as QCIF+ ain't exactly great for a lot of launchers. A custom rom that remapped the hardware buttons would be nice as well.
Click to expand...
Click to collapse
A full custom would be great (but not needed for remapping hardware keys); Motorola's UI is really quite nice for the screen size, but won't show custom apps. Instead of the fake Honeycomb one, I prefer to use Zeam (with the launcher and grid set to 3x3 icons) -- I just think it works much better, without overlapping icons and so on.
To get a shortcut to the wifi access point settings in zeam, press and hold in a blank area, and go to "add", then "shortcuts", then "settings", then "settings" again. This "settings" is the hidden wifi one.
I also remapped "Start" to menu fairly easily by modifying they G2-keypad.kl file under keylayout; nosit1 was able to do the same with music to home. The people in #motoactv on freenode.net are very helpful, including CMW.
More information on that:
/system/usr/keylayout/G2-keypad.kl
Change this line:
key 220 FITNESS WAKE_DROPPED
to this:
key 220 MENU WAKE_DROPPED
On a separate note, you'll want to backup your userdata partition, too. Otherwise, it can get corrupted and make the file loop at the motorola logo:
dd if=/dev/block/userdata of=/sdcard/userdata.img bs=1024
adb pull /sdcard/userdata.img userdata.img
Even when restoring that, there are a ton of force closes from com.motorola.gault.activity; you have to get past them to a custom launcher to factory reset.

@dragon_76
Does anything need to be done with the META_INF folder? I'm attempting to get Market working on my Motoactv but I'm still getting a Google Services Framework force close. I pushed over the gapps from CM6 (the ones under HDPI). Not sure if those were the right ones.
I think I need to factory reset and start over from the beginning. :/

MinionOfEckerd said:
@dragon_76
Does anything need to be done with the META_INF folder? I'm attempting to get Market working on my Motoactv but I'm still getting a Google Services Framework force close. I pushed over the gapps from CM6 (the ones under HDPI). Not sure if those were the right ones.
I think I need to factory reset and start over from the beginning. :/
Click to expand...
Click to collapse
No, that folder is for recovery mode installers.
Amazon app store works perfectly if you can't get Market to work. It takes a fair amount of trial and error with apps to find ones that are functional.
I can't recommend enough installing grafitti pro. I have it from Amazon FAOTD.
I have superuser.apk installed and I had to push my preferences from /data/data/ on my phone to my watch so as to autorespond "yes" to root requests and no notifications because the UI is a fixed size window.
After doing that I installed button saviour and my purchased key for the pro features to have only home and menu onscreen. (Button saviour needs root permission).
I use golauncher ex with 3x3 home screen and the notification bar hidden. I wish I could remove the dock but oh well.
Android is going into more types of devices, I wish Google would push scalable graphics. I am however very impressed with the amount of apps that work usably on a QCIF+ screen (Netflix!)
I also like the main launcher and if I could access an app like AltDrawer from it I would not have another home replacement installed. I will tear apart Launcher2.apk soon and see if there is a way to customize it.
Sent from my MB860 using xda premium

Okay so last night I attempted to root my motoactv but my adb for some reason say it cannot load the root.img, I had the same problem where it's couldn't load the recovery.img for my photon when attempting to apply CWM or twerp recovery. Fastboot devices definitely sees both my devices (no I didn't do them are same time, and the files needed are in the same file location as instructed) and I can even Fastboot reboot and have that work. Any ideas or suggestions?? Any help would be appreciated.

moonzbabysh said:
Okay so last night I attempted to root my motoactv but my adb for some reason say it cannot load the root.img, I had the same problem where it's couldn't load the recovery.img for my photon when attempting to apply CWM or twerp recovery. Fastboot devices definitely sees both my devices (no I didn't do them are same time, and the files needed are in the same file location as instructed) and I can even Fastboot reboot and have that work. Any ideas or suggestions?? Any help would be appreciated.
Click to expand...
Click to collapse
Try downloading a new root image. Also try switching USB ports.
Sent from my MB860 using xda premium

dragon_76 said:
No, that folder is for recovery mode installers.
I have superuser.apk installed and I had to push my preferences from /data/data/ on my phone to my watch so as to autorespond "yes" to root requests and no notifications because the UI is a fixed size window.
After doing that I installed button saviour and my purchased key for the pro features to have only home and menu onscreen. (Button saviour needs root permission).
I use golauncher ex with 3x3 home screen and the notification bar hidden. I wish I could remove the dock but oh well.
I also like the main launcher and if I could access an app like AltDrawer from it I would not have another home replacement installed. I will tear apart Launcher2.apk soon and see if there is a way to customize it.
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
Thanks, wasn't sure about the META-INF folder. Going to try installing button saviour. How did you "push" preferences from your phone to the watch? I have root/su on my Xperia Play so I should have the files there to push?
Did you personally get the Google Apps working?
EDIT: Everything is forceclosing on me. :/ Installed the Stock Browser from my XP but that's forceclosing as well. Attempted to change the permissions of the applications but either it didn't work or it didn't help.

I couldn't figure out how to push preferences, but I was able to tell Superuser to allow all apps after remapping Start to Menu, then just doing Superuser > Menu > preferences. You could always do this to get Superuser working, get Button Savior working, and then revert it back.
(I made a step by step on Pastebin, but if you use Oneroot, it might do all this for you: http://pastebin.com/AZRemesV )

ldrn said:
I couldn't figure out how to push preferences, but I was able to tell Superuser to allow all apps after remapping Start to Menu, then just doing Superuser > Menu > preferences. You could always do this to get Superuser working, get Button Savior working, and then revert it back.
(I made a step by step on Pastebin, but if you use Oneroot, it might do all this for you: http://pastebin.com/AZRemesV )
Click to expand...
Click to collapse
Thanks a lot. Just did a factory reset, figure I'll start from scratch. Did you get the Google Apps working after Superuser was configured? What Browser are you using? (Dolphin was forceclosing for me every time I went to type.)
EDIT: Got Superuser working, did the keyboard hack to make Start=Menu. Anybody know what button Music is mapped to in the configuration?
Going to fiddle around some more w/ Google Apps. Anybody have a walkthrough of installing the apps? IE Which ones you must do, don't have to do and what to do to get it working.
EDIT: It was WAKEkey 378. It was set to "MEDIA" so I changed it to "HOME". Works perfectly!

Hanging at the Red Moto Logo
Followed the instructions and had it working rooted, etc. Was going to change out the launcher. And obviously did something wrong. Now it just just hangs at the Red Moto logo. Can get it to power off and can still get it to the fastboot mode. Have tried reflashing the system and userdata, wiping the user data, etc. Any suggestion on what to try next?

ts937km said:
Followed the instructions and had it working rooted, etc. Was going to change out the launcher. And obviously did something wrong. Now it just just hangs at the Red Moto logo. Can get it to power off and can still get it to the fastboot mode. Have tried reflashing the system and userdata, wiping the user data, etc. Any suggestion on what to try next?
Click to expand...
Click to collapse
Join our IRC at irc.freenode.com #motoactv
We have been working on this for a while. We are planning on working on a thread for this.
Currently I have Spotify and Sportstrack Pro running well. I'll start to compile a list of working applications.
If you're stuck in a boot loop, you'll need the userdata partition image. I'll edit my post with it once I'm on my computer.
Sent from my Galaxy Nexus using Tapatalk

Related

Root Access, Can't Uninstall Bloatware

So I'm rooted on my Evo and as far as I can tell I've flashed the stock rom that should allow me to uninstall the bloatware, however, I dont see any uninstall options for that crap like facebook.
Anything I'm doing wrong?
I followed this guide to root and flash. I've tested my root using the "Terminal Emulator" and typing "su" and it returned a "#"
Thanks XDA, I love most of you
You know you need to uninstall from your computer using adb
Sent from my EVO using Tapatalk
I've installed Android Debug Bridge but I was under the impression that rooting my phone would allow me to do things on my phone, such as install and uninstall what I want.
Could you explain the process more or send me to a link that does?
If you want to do it in android you either need console program or a file manager. Root explorer us the best one and easiest. Looks just like a typical explorer, tap the rw/ro button for read only or read write and delete away.
You have to have completed the second part of unlocking nand. Otherwise your only option is using a computer and adb in recovery.
They dont make this easy do they? I would have figured Android to be very open for things like this, I'm starting to feel like I have to "jailbreak" again, only this time it's to remove crap.
This seems like so much work to get rid of facebook and sprint tv.
It took me 10 minutes total including the file downloads. Its a one time thing and there is a learning curve with any new platform.
Aridon, is there a free explorer you'd recommend? I dont mind buying software, just want to make sure I'm not mistaken before I buy something that is worthless to me.
You get a trial on any purchased software in android. After its installed if you go backto market and pull it up again there will be a refund option. So no risk. I think its for 24 hours.
As for a free one I'm not sure when I first started messing around with android I bought it because people said it was the best. I don't have any regrets.
Just remember to tap the top button for rw. Long press brings up options. Menu had an option for multiple file select and other goodies. its very powerful.
Aridon, thanks for everything, just 1 more question. I bought it, and the program is slick. I went to /system/app and deleted facebook, is that all I need to do?
Cause I still see it in the menu
I may have done a bad thing, my phone just reset itself.... I need a trainer to be with me at all times.
So after that restart, the files I thought I deleted are back.
Yes just go into system/app, make sure it says rw up top which means read write access, then select the file, general an .apk and .odex and delete. Not all files have both and some roms don't have any .odex files.
I'll be up for another 30 min or so and I'll keep an eye on this thread in case you have any questions.
Ok that means the second part where you unlocked nand wasn't done correctly. Make sure you go slow, download the files again because they are different and watch for errors.
The only hiccup I had was when I copied the new recovery and other files to my sd and tried to adb push it gave me some kind of can't find file error. I had to reboot and it was fine. It send after the boot I could go back in and adb the files it must have been some kind if a refresh error on the sd while in recovery.
Edit. I'm responding on my evo and in bed so excuse errors.
Go to sleep, I'll resume this thread tomorrow if I'm still having trouble. You Sir, are a life saver. This is why XDA is THE FORUM for anything mobile.
Good night then.
I know it can be a bit of a pain to do this but I promise you it will be worth it. Things have only just started and the custom roms are already awesome. Once we get the source code things are going to be insane over here.
Got it! Everything is working well. However, now my voice mail says it can not download messages.... Rebooted and it's all good.
Facebook and Twitter Free! Also, no more Sprint crap.
Life is good, again.
Another terminal substitute is Android Commander, out is naturally a file explorer that allows transfer and deletion off whatever you want. This program runs in your pc.
As Was mentioned above, root explorer is the easiest way.
Aridon said:
If you want to do it in android you either need console program or a file manager. Root explorer us the best one and easiest. Looks just like a typical explorer, tap the rw/ro button for read only or read write and delete away.
You have to have completed the second part of unlocking nand. Otherwise your only option is using a computer and adb in recovery.
Click to expand...
Click to collapse
So with Android - one simply deletes the application rather than un-installing it? That doesn't cause problems with the system thinking the application still exists somewhere?
DrawnToScale said:
So with Android - one simply deletes the application rather than un-installing it? That doesn't cause problems with the system thinking the application still exists somewhere?
Click to expand...
Click to collapse
It depends on where it is installed. /system/apps do not allow you to just uninstall you have to delete it. One this is done its gone. Obviously if you delete phone.apk you are going to have issues or if you delete a process that is running you may get a force close but for the most part unless you delete an app like people or dialer you are fine. After the single force close everything works properly.
Some custom roms moved programs to /data/app which allows them to be removed the other way.

Live Wallpapers - How to

See here for Live Wallapers.
Not in Sense yet
Yoshiofthewire said:
As far as I can see, Live Wallpapers are not going to work until someone bakes a custom rom. The Live wallpaper picker just force closes on selection. So, unless I failed at installing the live wallpapers and the picker...
Click to expand...
Click to collapse
What launcher are you using? Did you try ADW or Launcher Pro? did you also load livewallpapers.apk?
I loaded livewallpapers.apk and the livewallapaerspicker.apk
I tried with Sense and sweeterhome
But I think I need to load the .SO files from http://forum.xda-developers.com/showthread.php?t=647837
But I have to find a different SD card because I can't get into recovery mode with my 8gb sd card.
(I left my 2gb at home)
ADW gave me the same problem.
I was able to adb remount since I pushed your clean update
But now I am getting "out of memory" when I try to push the SO files.
So I guess I will have to do the push in restore mode.
Yoshiofthewire said:
I was able to adb remount since I pushed your clean update
But now I am getting "out of memory" when I try to push the SO files.
So I guess I will have to do the push in restore mode.
Click to expand...
Click to collapse
Let me know if you can figure out a way to get it running in Sense. I still haven't gotten my Aria (due to show up on Monday), but the lack of wallpapers is the one thing I was disappointed with.
Well I have live wallpapers working on my aria right now in alternate launchers like adw and launcher pro.
Pulled the files from a custom rom that adds live wallpapers for legend then rebuilt them into a rom I'm working on stripped of at&t crap. Did not replace the rosie apk since at this time tha just crashed htc.launcher.
This is a fun little phone.
Sent from my HTC Liberty using XDA App
bobj said:
Well I have live wallpapers working on my aria right now in alternate launchers like adw and launcher pro.
Pulled the files from a custom rom that adds live wallpapers for legend then rebuilt them into a rom I'm working on stripped of at&t crap. Did not replace the rosie apk since at this time tha just crashed htc.launcher.
This is a fun little phone.
Sent from my HTC Liberty using XDA App
Click to expand...
Click to collapse
Hey Bob, did you find a way to fix the non-market apps toggle in settings? I am working on a modified spare parts type deal to do that now, but if you already have a fix, I am all ears. Funny, AT&T didn't like the name Liberty. How fitting that they chose not to use it.
we really should open an IRC channel
The real question is there a way to do Live Wallpapers & Sense at the same time.
I know I am being picky, but I want my tech the way I want my tech.
Yoshiofthewire said:
The real question is there a way to do Live Wallpapers & Sense at the same time.
I know I am being picky, but I want my tech the way I want my tech.
Click to expand...
Click to collapse
There is a way since the rom i stole the stuff from was for the legend and Sense its just the version of sense that was in the rom is not compatible with our rom.
I havent even started looking into the Sense APK file yet but figure with live wallpapers working correctly i just got to figure out how to disable normal wallpapers in sense to make them work.
attn1 said:
Hey Bob, did you find a way to fix the non-market apps toggle in settings? I am working on a modified spare parts type deal to do that now, but if you already have a fix, I am all ears. Funny, AT&T didn't like the name Liberty. How fitting that they chose not to use it.
we really should open an IRC channel
Click to expand...
Click to collapse
I havent worked at all on the market toggle, i figure since we can sideload the settings.db file and it works its very low on my care list. All i worked on today was stripping out what i didnt like and trying to make a nice clean rom that had all the default files i wanted in it (google voice, pandora, etc..). Just happened to also play with the live wallpapers and found it worked on the way home when i tried a new launcher.
bobj said:
I havent worked at all on the market toggle, i figure since we can sideload the settings.db file and it works its very low on my care list. All i worked on today was stripping out what i didnt like and trying to make a nice clean rom that had all the default files i wanted in it (google voice, pandora, etc..). Just happened to also play with the live wallpapers and found it worked on the way home when i tried a new launcher.
Click to expand...
Click to collapse
If you make a zipfile of the livewallpaper files and post them, I'd appreciate it.
attn1 said:
If you make a zipfile of the livewallpaper files and post them, I'd appreciate it.
Click to expand...
Click to collapse
Yes, Please and Thank You
Yeah all the files are on my work machine so I will do that in a bit later. Will put it into a zip able to be recovered into an existing rooted aria so anyone can add them.
Sent from my HTC Liberty using XDA App
Update file for adding LWP to Aria
6/28/10 - Updated to allow LWP in the Sense UI
* This assumes you have your phone rooted and have access to the Clockwork Mod to allow updating your phone with unsigned zip files *
1.) Put the file onto your SD Card in the root directory
2.) Access the Clockwork Mod
4.) install zip from sdcard (option 5)
5.) choose zip from sdcard (option 2)
6.) Click on the file you downloaded and put on your sdcard
6a.) If you run into an error when installing shut off your phone,, unplug it from the USB cable, then reboot it back into Clockwork Mod and start again from step 2
7.) Once done installing, go back one menu and reboot system
8.) Upon reboot you can now choose Live Wallpaper in the wallpaper options
*Issues*
The only issue that I know of at this time is you have to use the settings/personalize/lock screen wallpaper option in order to change the lockscreen wallpaper
If you have any issues let me know, I tested this on a fresh clean stock rom flash then updated to add in the LWP.
*Files*
Clean install of the LWP packages
Select this if you want to install the LWP on a clean install or install without any LWP
Update install of the LWP packages
Select this if you used the previous version with LauncherPro and Home Switcher. This will remove those packages and update to the Sense Enabled LWP.
Thanks! I just flashed it and it works great. There's Absolutely no loss with performance with it either.
Sent from my HTC Liberty using XDA App
Wasting my battery has never looked so good.
bobj said:
http://www.mediafire.com/?jomudztojwe
* if this file downloads under a different name just rename it to aria-lwp.zip, first time using Mediafire *
Ok lets see if this works =)
1.) Put the aria-lwp.zip file onto your SD Card in the root directory
2.) Access the Clockwork Mod using the rooting methods in the how to root your aria thread
3.) Go to the Partitions Menu and select the first option (mount /system)
4.) Go back to the main menu and choose to install a zip file
5.) Choose the option to install a zip from the SD Card
6.) Click on the aria-lwp.zip file
7.) Once done installing, go back one menu and reboot system.
8.) Upon reboot the home menu should pop up asking you to choose which home menu to launch. Choose the LauncherPro option.
9.) Go into the wallpaper options and choose your live wallpaper, it should work with no issues.
10.) Set up your new launcher, refer to any Launcher Pro threads for more info on this nice replacement launcher.
At anytime you can use the home switcher program to go back to the HTC Sense launcher if you want to use that instead. Same with setting up which launcher is used by default when you press the home button.
If you have any issues let me know, I tested this on a fresh clean stock rom flash then updated to add in the LWP.
Click to expand...
Click to collapse
Any chance we'll ever get this working in Sense?
Well, that didn't work.
I am still getting force quit
I might needs to do a clean flash.
Ok, I got stock to run, but I also want to get rid of the lockscreen and make it default as well. Any ideas?
Ok, reflashed with the clean install and it worked.

[Q] APKs won't sideload via adb or a file manager

So I am trying to load a couple of apks I have and it's been no go. On my Epic I usually just dropbox, open, and install. I tried that and initially got the security message. That is already taken care of via nookcolor tools. So that isn't the issue. My issue is every time I go to install I go to Astro, open the file via the "open app manager," it takes me to the info install page...I click install and it loads into the package installer, excellent...and then it just stalls and the progress bar runs and runs but never progresses. This has happened with every apk I have now tried.
Okay...so I figured I'd just go the little more involved (very little, no need to be that lazy, right) route and adb install. Well carp. All goes well, I adb install blahblah.apk and it starts rolling..."570kb blah..etc pkg /blah/temp/blah"...and just hangs there...never to give me the gratifying "success" message. Again, I have tried this with different apks that I know work and the same results. I restored to stock and rerooted, just in case. Same
I am running stock rooted (manualnooter) at this point, just got the nook day before yesterday (one of the many who jumped at the refurbs). Market apps download fine. I'm a blue dot, if that makes any diff. Likely not but meh.
I have searched and googled and not found the answers...but I know I am missing something elementally simple. My luck I'll look like an idiot and it will be a "did you check to see if you had any gas?" broken down car scenario. I'm okay with that, as long as I'm running again. I'm pretty sure I checked all the out of gas scenarios but I likely missed one or two so... any help is much appreciated. Thanks a ton...
I should know better than trying to write before coffee
Well, My answer is not a "check gas" answer. It's pretty dang weird.
1. Download ES Explorer from the market.
2. Start ES Explorer, hit Menu>Settings. Goto Root Options (NEW) and tick both check boxes. Hit allow when it asks you to.
3. Go back twice, until you see your sd card contents. Find the APK on there and select and hold. Hit copy and then hit the 1st button on the row of buttons (it's an icon of an sd card OR a Home icon) If you see a data folder, go in to it. If not, hit the 1st button again.
3. Once in the data folder, go into the app folder. Pull up the little white tab on the bottom. Tap the APK you wanted to install. It will copy. Once you see the APK's icon in the folder, hit the home button and restart. That should have installed it but it is a slow method. Note that you can Multi-Select APK's by pressing the Multi-select button and pasting them all in the /data/app/ folder.
are you sure you have side loading checked
Settings > applications should be the top box.
fnordsnafu said:
So I am trying to load a couple of apks I have and it's been no go. On my Epic I usually just dropbox, open, and install. I tried that and initially got the security message. That is already taken care of via nookcolor tools. So that isn't the issue.
Click to expand...
Click to collapse
I think he already took care of that. And he is on stock, so there is no Applications setting.
ikingblack, thank you, thank you!
Not sure why but by doing this it somehow unsnafued the package installer as well (fingers crossed). I went through your instructions with a known good apk that would not install for anything before. And there it was after the copy, paste reboot etc. Not too much to ask for...still was confused as to the why of the normal package installer method not working. So I decided to give it (package inst) a go with another known working apk (I had just tested it on my epic) that previously wouldn't install, repeatedly, and now it installed just like it should. Scratching my head in wonder. It shouldn't be the reboot, as I have do so many times...the only difference is the install instructions and adding ES (I'm leaving astro behind I think). All I know is it is working and I am a happy camper (tent is in the back yard...) Thanks again! cheers!
Sure. Also, you can select all the APK's using the 2-file icon at the top and tapping the APKs, then press-and hold on one of the APk's and then go to data app, and keep tapping the APK's you wanna copy. And then reboot. Enjoy your Nook!
Thanks for this, it fixed it, but I don't know why.
I suffered this issue on my dell streak.
It was working fine a couple of days ago when I installed GetJar.
Suddenly today for no reason I can determine:
All APK's I tried the install button in the package installer was not grayed out, but it would not respond when pressed.
I've just been setting up my streak again and installing a lot of software. I'm guessing something must of gone wrong.
Someone on another post suggested JuiceDefender may have caused it but I've not installed that recently.
In my case I did:
(1) Installed esFileExplorer
(2) Copied an apk to the folder /data/app/ as described above
(3) restarted the phone
This did not install the app for me.
(4) Tried running the apk file again. Suddenly the Install button is clickable again?! The app then installed just fine.
(5) Tried a different apk (without copying to /data/app/)
Now that will install fine?!
This is really weird. I can't replicate the issue now (which is good!)
but I also can't tell which action fixed it.
As said above it may have been installing esfileexplorer and giving it root access.
It may have been the act of copying the file that reset something.
It wasn't the reboot, at lease not on its own as i'd already tried it.
Regardless, thanks for the info.
If anyone sees this issue again you might want to just try installing esfileexplorer and see if apk's will then install.
This might help us identify which bit of the process is creating the fix.
Just found another suggestion if anyone is interested:
Some suggests using the 'Fix permissions' option of Titanium Backup. I have no way to test this.

How do you install and use Google Play?

I rooted my nook today and no matter what I try, using Opera Mini, I cannot get any google apps to install. I also cant figure out how to add a device to google apps. Since the Market app never works for anyone this seems to be the only way to install anything but there are no forums mentioning how to install it. I would appreciate some assistance. Thanks.
no one here knows the answer to this? i'm shocked no replies yet.
download gapps.zip and flash it.
Sent from my MT11i using XDA
Just hit thanks if I helped.
Guyman2,
Depending on the rooting method you used, there is way to install gapps, which includes market (google play - they are compatible in use, nothing being left). Check it on the proper post here in the development forum!
Earayil said:
download gapps.zip and flash it.
Sent from my MT11i using XDA
Just hit thanks if I helped.
Click to expand...
Click to collapse
I used Touchnooter. What do you mean by "flash it"?
Guyman2 said:
I used Touchnooter. What do you mean by "flash it"?
Click to expand...
Click to collapse
Similar to how you flash the rom. Check the forums you will get the answer. Sorry I coudnt give the link. My data plan is slow.
Sent from my MT11i using XDA
To more succinctly state the problem:
How can you get APKs out of Google Play without loading your personal device with a load of junk from Google?
I've got Google Maps on my Nook right now and every time I turn my back it's trying to do something (when not running).
Renate,
Gotta live with that. That's the price of having market (gmail always on the background, etc), but it helps the system runs a little bit better (apps upgrade!).
Guyman,
Look on the thread related to touchnooter, and probably there will be an option to add gapps to your system. Usually the 1st post show you all the options.
Have the same problem - is there a way to install market only?
What I'm going to do is install on my phone, extract it from the phone, then load onto the Nook and delete what's left over! Madness, I know.
A nicer way for me would be to install into a virtual machine and do that. Anyone know if that's possible? Possibly even with Android-x86??
I don't like market in this sense. It's a problem with all Android devices as far as I can see. Market is a bit of a problem in this regard.
I'm not sure about the problem here, but, I can confirm that, I rooted my NST with Touchnooter and market is working fine, I downloaded several apps from market and, I also installed some apps trough Google Play Store from my PC directly to the NST.
For me Market search didn't work after following MinimalTouch so I had to use the SearchMarket app from Appbrain. After this now I can search and install anything but still can't click the notifcations, OperaMini crashes back to the ADW desktop, same for Browser too after clicking a link in Google.
edit:
for Renate re: Maps out of control. Yes, I noticed too that it comes out of the background and wastes battery. 2 ideas: 1) Freeze it when not in use. You can use a Widget from Titanium or AppQuarantine for quicker launch 2) use something 3rd party
I also suggest using a different account for the Nook to any other Android devices you have to keep things separate and clear since the NST is not recognised by Play.
For a bare-bones root with an appstore, tinynoot ought to work.
I cobbled it together for the glowlight but all the parts are from the established NST environment - clockwork, su, busybox, adw, button savior, nook touch and nook color tools.
I include the Amazon appstore, which of course is also an app that likes to be always on, but none of the gapps because the framework for the glowlight stuff hasn't been looked at yet.
The install scripts are based on minimal nooter, which is CWR based file and directory creation.
I didn't include a modded uRamdisk because I find that adb wireless is enough on its own to let me use wifi adb (dont' recall if I've used usb ADB but I suspect it would work, in assocation with nook color tools) - I can shell in via ADB and just need to type su to get superuser.
Downloads and longwinded instructions are up at
http://forum.xda-developers.com/showthread.php?t=1650593
Renate NST said:
To more succinctly state the problem:
How can you get APKs out of Google Play without loading your personal device with a load of junk from Google?
I've got Google Maps on my Nook right now and every time I turn my back it's trying to do something (when not running).
Click to expand...
Click to collapse
You could format and use one of my minimal zips instead of the full ones, they had only the neccesary apps and libs for Gmail (manual sync) and "Market" to work correctly, nothing more, nothing less, no maps, etc.
Now everything is a bit outdated, as I said, I'll work on this again and update the zips etc.

[Q] Need help installing ICS Keyboard

So I grab the ics keyboard app from google play.
https://play.google.com/store/apps/....android.inputmethod.latin.ice_cream_sandwich
Itinstalls fine. Launch it tells me it needs to be set up. Fine. I'd already gotten NookColor Tools since it lets you do this. Trouble is it doesn't see anything other than the 'stock' keyboard. I'm guessing ADB is going to be needed for this?
Edit: Solved. Used RootManager to move the apk over. Went with Jellybean instead. Same process as above except it worked.
You need to convert the keyboard to a system app.
neoman4426 said:
You need to convert the keyboard to a system app.
Click to expand...
Click to collapse
Lemme guess. ADB involved? I'd tried a different filemanager (root Explorer) and gotten the ics apk moved over and still nada.
Could probably do it with ADB, but I usually use Titanium Backup for that. Not sure if you need Pro to do that though. Might just have to reboot after moving the apk.
Got it done with jellybean keyboard. Same process dunno why one worked and the other didn't. Ah well.
Used RootManager to move the files from A to B.

Categories

Resources