ADP refused, what now ? - Android Head-Units

Hello everyone,
So, I just bought this head unit and I wanted to swap the launcher and installed CWG launcher. So far so good..
Trouble was when I wanted CWG to launch as default, I was able to select it as home app but it never happened. Stock launcher always launches first.
So I searched for a while and found out right here in this forum that there was a way of disabling the stock launcher via ADP with the following command:
pm disable com.android.launcher3
Click to expand...
Click to collapse
The thing is, no USB or Wi-FI ADP is able to connect to my unit and I have no clue wether I can insert this command line directly in some kind of console in the head unit.
Can anyone help me please ?
Oh and as far as I know, no other firmware or root possibilities are available for my unit.

Soooo, I installed Terminal Emulator, ran the command line and told me "package unknown" or something like that.
So I went to try to find an app that could tell me the exact name of each package and ended up finding an app/bloatware disabler. Installed it, went directly to Launcher3, tried to disable it and actually it needs to be rooted.
So I guess this will end here because I doubt I will ever find anything to root this thing.

Related

Motoactv

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

Widget Uninstalled but not forgotten

Hello,
I've been trying to create a widget, and i've been using my phone to do the testing.
For some reason the phone keeps rembering an old version of the widget.
I uninstall the widget every time i re-deploy it but it still remembers the old one.
the only way i've found to get it to work is to change the package name and then install it and then it works fine.
Anybody else come across this issue ? or dose any body know how to stop this from happening ?
bobs79 said:
Hello,
I've been trying to create a widget, and i've been using my phone to do the testing.
For some reason the phone keeps rembering an old version of the widget.
I uninstall the widget every time i re-deploy it but it still remembers the old one.
the only way i've found to get it to work is to change the package name and then install it and then it works fine.
Anybody else come across this issue ? or dose any body know how to stop this from happening ?
Click to expand...
Click to collapse
Don't know if this if any help but worth trying:
I've had problems like yours when I had a multiuser setup. Uninstalling my developped app that was installed signed with the debug keystore didn't really uninstall: Playstore couldn't install the officially signed variant that was on the playstore, even though I unstalled the test app.
The only way to properly uninstall the test-app and allow the playstore to install the official one was:
Code:
adb uninstall my.package.name
. Uninstalling from the phones settings-apps-uninstall appearently was not a full uninstall
Yes, @Zatta is right. It is no full install. However, you can do that from the settings app:
Use the first user you have created when you got your phone. Then open the settings of the app. In the action bar there should be an icon. If you click it, there should be an option to uninstall it for all users.
nikwen said:
Yes, @Zatta is right. It is no full install. However, you can do that from the settings app:
Use the first user you have created when you got your phone. Then open the settings of the app. In the action bar there should be an icon. If you click it, there should be an option to uninstall it for all users.
Click to expand...
Click to collapse
unforchantly this isnt the case for me, i dont have a multi profile set up. It is really strange tho.
But implimenting the pageange name each time is annoying.
could it be somthing to do with eclipse ? is there an altertive compiler i could use ?
any suggests are welcome
Did you try uninstalling with adb? Do you van any reminants in /data/data?
is your app still present in the PackageManager?:
Code:
PackageManager mPm;
List apps = mPm.getInstalledApplications(PackageManager.GET_UNINSTALLED_PACKAGES | PackageManager.GET_DISABLED_COMPONENTS);
If you are rooted, there will also be the method to uninstall it in an adb shell or in Terminal emulator:
Code:
su
pm uninstall <package>

Changing Launcher?

I bought one of these for my mom hoping it wouldn't be so well locked down. Has anyone managed to change their launcher from the default Amazon(Ad-laden) launcher? Sideloaded Nova but no dice there.
While Nova runs fine you can't replace the amazon launcher. I believe it was possible on pre 5.1.1 fire OS. Until we get root we'll just have make do.
If you're interested in changing the default firelauncher without rooting your device, please take a quick peak at my thread discussing the possibilties.
http://forum.xda-developers.com/hd8...zon-fire-hd-8-10-remove-firelauncher-t3286646
If you are currently rooted, which as of today is not possible on HD 8 & HD 10, you simply delete the com.amazon.firelauncher.apk in /system/priv-apps/com.amazon.firelauncher/, you will need to boot into fastboot and remount the system as rw if I am correct.
I hope this helps . Again, please check my thread for non-root information, it is currently unfinished.
Here is an updated tutorial on how to change the default launcher without rooting!
http://forum.xda-developers.com/hd8-hd10/general/tut-remove-default-launcher-amazon-fire-t3288192
Edit: Found a second method that is even better!
nyln said:
Here is an updated tutorial on how to change the default launcher without rooting!
http://forum.xda-developers.com/hd8-hd10/general/tut-remove-default-launcher-amazon-fire-t3288192
Click to expand...
Click to collapse
while you're method may work, it's far from optimal.
it's not possible to just rename another launcher and replace the FireOs launcher? i suppose that would be too easy.
if it were my tablet, i'd be more inclined to play around with it. unfortunately, my mom is content enough with it how it is, though i can see it being a beast and would **** around more if it were mine.
hopefully root comes soon. unfortunately, i can't help work towards it.
when all of that is said and done, i'll build a rom and kernel for it, np.
technope said:
while you're method may work, it's far from optimal.
it's not possible to just rename another launcher and replace the FireOs launcher? i suppose that would be too easy.
if it were my tablet, i'd be more inclined to play around with it. unfortunately, my mom is content enough with it how it is, though i can see it being a beast and would **** around more if it were mine.
hopefully root comes soon. unfortunately, i can't help work towards it.
when all of that is said and done, i'll build a rom and kernel for it, np.
Click to expand...
Click to collapse
I found a new method that actually works very very well, just run this in adb shell:
Code:
#!/bin/bash
am monitor | while read -r line; do
if [[ $line == *"firelauncher"* ]]
then
[B]am start com.newlauncher.launcher[/B]
fi
done
nyln said:
I found a new method that actually works very very well, just run this in adb shell:
Code:
#!/bin/bash
am monitor | while read -r line; do
if [[ $line == *"firelauncher"* ]]
then
[B]am start com.newlauncher.launcher[/B]
fi
done
Click to expand...
Click to collapse
Little bash script like that. I'll give it a try when I have time. Sleek enough, and if effective it's great.
technope said:
Little bash script like that. I'll give it a try when I have time. Sleek enough, and if effective it's great.
Click to expand...
Click to collapse
The only downside to the script is when you press the home button, there is a delay of 500ms or so, you see the firelauncher for that time.
It is not nohup or anything so it will stop working when you close adb shell (easy to do yourself, but I am preoccupied at the moment).
Why not root?
So I was actually able to ROOT my kindle fire hd 8 with the kingroot method.
After installing the apk.
Loaded it up let it try to find a root solution and it will not but you can try rooting with the other method and it WORKED for me. Never been so happy!
So after that I loaded adb shell in command prompt and typed "su" to see if I had root and it WORKED again, so I am even more happier!
Now after typing in "su" into command prompt I then typed in,
Code:
pm disable com.amazon.firelauncher
and it was successful..
NOTE: you must have another launcher installed before you do this! I had GOLauncher.
The End <3
P.S. I had installed the necessary files from rootjunky's "Amazon Fire Tablet Tool" or also known as installing google play store method..
Any questions hit me up, I have rebooted and still have root and things intact. Haven't had any problems as of yet. WOOT for ROOT
kanderson88 said:
So I was actually able to ROOT my kindle fire hd 8 with the kingroot method.
After installing the apk.
Loaded it up let it try to find a root solution and it will not but you can try rooting with the other method and it WORKED for me. Never been so happy!
So after that I loaded adb shell in command prompt and typed "su" to see if I had root and it WORKED again, so I am even more happier!
Now after typing in "su" into command prompt I then typed in,
Code:
pm disable com.amazon.firelauncher
and it was successful..
NOTE: you must have another launcher installed before you do this! I had GOLauncher.
The End <3
P.S. I had installed the necessary files from rootjunky's "Amazon Fire Tablet Tool" or also known as installing google play store method..
Any questions hit me up, I have rebooted and still have root and things intact. Haven't had any problems as of yet. WOOT for ROOT
Click to expand...
Click to collapse
After messing around the go launcher ex is a little buggy. I might try another, currently trying to figure out how to get widgets to work and once I do ill let you know the system file.
Any ideas what I should add to the fire os? Current goal is widgets
So after doing some research I believe it won't be possible on the fire cause the system files are missing. From what I've seen I feel like the new 5 the gen tablets are all the same, can't confirm it yet but if so you should be able to follow the instruction given on the kindle 7 5th gen able about booting up into twrp or cm and installing a new Rom. I'm not sure if I want to do this though. Adw launcher feels empty without widgets though
---------- Post added at 10:39 AM ---------- Previous post was at 10:37 AM ----------
kanderson88 said:
So after doing some research I believe it won't be possible on the fire cause the system files are missing. From what I've seen I feel like the new 5 the gen tablets are all the same, can't confirm it yet but if so you should be able to follow the instruction given on the kindle 7 5th gen able about booting up into twrp or cm and installing a new Rom. I'm not sure if I want to do this though. Adw launcher feels empty without widgets though
Click to expand...
Click to collapse
But do not follow my advice unless you know what your doing. Always back up everything.
kanderson88 said:
After messing around the go launcher ex is a little buggy. I might try another, currently trying to figure out how to get widgets to work and once I do ill let you know the system file.
Any ideas what I should add to the fire os? Current goal is widgets
Click to expand...
Click to collapse
I can confirm that with the latest KingRoot apk on my HD8 (5th Generation) the rooting worked. As a launcher I had before Nova and Google Now via Play Store installed. I prefer the Google Now Launcher. The Home button, the Wallpaper and the Widgets are working. Thanks for the hot rooting tip.
schr01 said:
I can confirm that with the latest KingRoot apk on my HD8 (5th Generation) the rooting worked. As a launcher I had before Nova and Google Now via Play Store installed. I prefer the Google Now Launcher. The Home button, the Wallpaper and the Widgets are working. Thanks for the hot rooting tip.
Click to expand...
Click to collapse
Does your google play store actually work? I can get it to load but once the front page is loaded, I can't search or get anything else to load on google play. It's just a continuous load. Could you let me know what framework you have. Also I cant get widgets to work on mine. Have Adw and cant get google now to work. If you can I think you should make a posts on the HD 8 and 10 thread letting us know what you did to get where you are now. Anyways I'm going to message you in a lil bit.
So I got google launcher installed and moved it to system app and now widgets work. Only problem I'm facing now is getting google play to stay working. Sometimes log me out or just stops loading traffic to the app. Any ideas? I've uninstalled it and reinstalled it but still no.
kanderson88 said:
So I got google launcher installed and moved it to system app and now widgets work. Only problem I'm facing now is getting google play to stay working. Sometimes log me out or just stops loading traffic to the app. Any ideas? I've uninstalled it and reinstalled it but still no.
Click to expand...
Click to collapse
I had in the past the same problems. After I had uninstalled the complet apk's and reinstalled the following apk's:
Google Account Manager_4.0.3-239410.apk,
Google Play services_4.0.34 (924341-38).apk,
Google Services Framework 4.0.4-338691.apk ,
and
Google Play Store 4.4.21.apk,
I had no trouble. The Google Play Store worked now fine on my HD8 with firmware 5.1.1.
Remark: You can download the apk' from this link: https://drive.google.com/file/d/0B3yLoupCwoyrSzJEMHc3UTkzam8/edit?pref=2&pli=1
schr01 said:
I had in the past the same problems. After I had uninstalled the complet apk's and reinstalled the following apk's:
Google Account Manager_4.0.3-239410.apk,
Google Play services_4.0.34 (924341-38).apk,
Google Services Framework 4.0.4-338691.apk ,
and
Google Play Store 4.4.21.apk,
I had no trouble. The Google Play Store worked now fine on my HD8 with firmware 5.1.1.
Remark: You can download the apk' from this link: https://drive.google.com/file/d/0B3yLoupCwoyrSzJEMHc3UTkzam8/edit?pref=2&pli=1
Click to expand...
Click to collapse
Thanks. I'm gonna have to try this once I get off work. Thank you again
kanderson88 said:
After messing around the go launcher ex is a little buggy. I might try another, currently trying to figure out how to get widgets to work and once I do ill let you know the system file.
Any ideas what I should add to the fire os? Current goal is widgets
Click to expand...
Click to collapse
Please try nova.
schr01 said:
I had in the past the same problems. After I had uninstalled the complet apk's and reinstalled the following apk's:
Google Account Manager_4.0.3-239410.apk,
Google Play services_4.0.34 (924341-38).apk,
Google Services Framework 4.0.4-338691.apk ,
and
Google Play Store 4.4.21.apk,
I had no trouble. The Google Play Store worked now fine on my HD8 with firmware 5.1.1.
Remark: You can download the apk' from this link: https://drive.google.com/file/d/0B3yLoupCwoyrSzJEMHc3UTkzam8/edit?pref=2&pli=1
Click to expand...
Click to collapse
Thanks for supplying the APKs. This should help me as right now infos are jumbled all across this forum and need to be cleaned up a bit.
I'd love to do a nice/clean .bin people can flash after the dust has settled. Hopefully without kingroot. Wish I knew the kingroot devs.
Also, everyone needs to slow down. We have root in a way, but we need to make sure everyone is on the same page. Don't let this forum become a mess.
Right now, it is a huge mess.. The original root thread is smart to post on and maybe the tips and tricks thread. Stop spreading things out too much. We need it all in one place, really
technope said:
Also, everyone needs to slow down. We have root in a way, but we need to make sure everyone is on the same page. Don't let this forum become a mess.
Right now, it is a huge mess.. The original root thread is smart to post on and maybe the tips and tricks thread. Stop spreading things out too much. We need it all in one place, really
Click to expand...
Click to collapse
Yeah sorry I'm trying my best to clean up my thread a little and easy to read as much as possible. Also I figured out how to fix google play if it isn't working. Look at tips,Tricks, and the Root thread if anyone is wondering.

Android 4.1.1 HU side-load issues

Hello everyone! I have a Blaupunkt Cape Town 940 US android head unit. So far I love it! But...
I am having issues adding/flashing Google Apps to it. It is rooted, and like the title says it is 4.1.1. I can't seem to get the unit to go into recovery, if there is one built into it. I can flash a map update to it from the right side micro SD slot by hitting 'power' and 'home' at the same time from the off position. When I try to flash the 'gapps-jb-20121011-signed.zip' to it by the same method, it just errors out and never gives me the option to flash a zip, reboot or anything you would normally see from a flash recovery.
Some of the .apk's in the above zip can be installed and other cannot. I can get the play store to install, but not the services or framework, or anything else from the zip for that matter - I get a parse error. The play store just says it can't connect to the server and has a retry button. It does have a connection to the internet. I can install other 3rd party apps by navigating to the apk from the stock file manager.
Can anyone elaborate on how to flash GApps to this unit, or how to side-load them with the apk's? There is not much info on the net for this unit. I am close but can't figure it out.
Thanks everyone!
notmyrealuser said:
Hello everyone! I have a Blaupunkt Cape Town 940 US android head unit. So far I love it! But...
I am having issues adding/flashing Google Apps to it. It is rooted, and like the title says it is 4.1.1. I can't seem to get the unit to go into recovery, if there is one built into it. I can flash a map update to it from the right side micro SD slot by hitting 'power' and 'home' at the same time from the off position. When I try to flash the 'gapps-jb-20121011-signed.zip' to it by the same method, it just errors out and never gives me the option to flash a zip, reboot or anything you would normally see from a flash recovery.
Some of the .apk's in the above zip can be installed and other cannot. I can get the play store to install, but not the services or framework, or anything else from the zip for that matter - I get a parse error. The play store just says it can't connect to the server and has a retry button. It does have a connection to the internet. I can install other 3rd party apps by navigating to the apk from the stock file manager.
Can anyone elaborate on how to flash GApps to this unit, or how to side-load them with the apk's? There is not much info on the net for this unit. I am close but can't figure it out.
Thanks everyone!
Click to expand...
Click to collapse
I ran to the same problems couple of days ago of trying to install Gapps into my unbranded chinese headunit and figured it out last night how to get Gapps installed. My recommendation for you is as following (Require root access)
1. Go online and search for google installer.apk and system app mover.apk and install both into your headunit
2. Run google installer and look for google play (it's in chinese but you should be able to figure it out by the icon)
3. Click on google play and it should prompts you to install other 4 related google app as well ie. Google framework etc.
4. Once you have all those installed, run system app mover. (This is where you require root access)
5. Search for those 4 related google app that you just installed and move them to system (You have to be clicking on the app and move them one by one)
6. Reboot and you should have google app installed. (The version is quite old but it'll update by itself with the newest version)
Cheers
boyito said:
I ran to the same problems couple of days ago of trying to install Gapps into my unbranded chinese headunit and figured it out last night how to get Gapps installed. My recommendation for you is as following (Require root access)
1. Go online and search for google installer.apk and system app mover.apk and install both into your headunit
2. Run google installer and look for google play (it's in chinese but you should be able to figure it out by the icon)
3. Click on google play and it should prompts you to install other 4 related google app as well ie. Google framework etc.
4. Once you have all those installed, run system app mover. (This is where you require root access)
5. Search for those 4 related google app that you just installed and move them to system (You have to be clicking on the app and move them one by one)
6. Reboot and you should have google app installed. (The version is quite old but it'll update by itself with the newest version)
Cheers
Click to expand...
Click to collapse
Hmm, this seems a little risky. Is there an English version of this process? Any other ideas? Thanks boyito!!
easiest way to install google services to the 940 is to send email to Blaupunkt support. They can send you a apk that will install the services. It is not supported but will load without any other things to do. I used it and have had all google's services including email, maps, store and more with no problem.
fordborn said:
easiest way to install google services to the 940 is to send email to Blaupunkt support. They can send you a apk that will install the services. It is not supported but will load without any other things to do. I used it and have had all google's services including email, maps, store and more with no problem.
Click to expand...
Click to collapse
Seriously? It's that easy? Emailing now, thanks fordborn!!
I have use this twice and worked well http://www.blaupunkt.com/fileadmin/.../SSW/1011403920001_SSW_GooglePlaystore94x.rar
fordborn said:
I have use this twice and worked well http://www.blaupunkt.com/fileadmin/.../SSW/1011403920001_SSW_GooglePlaystore94x.rar
Click to expand...
Click to collapse
Thanks, I'll give that a look too. What is the email you used? I got an undelivered response from [email protected]
actually I went thru the website contact us and they emailed me back. That is the same email they used to email me back though. The link they sent is still good I just downloaded the apk again.
fordborn said:
actually I went thru the website contact us and they emailed me back. That is the same email they used to email me back though. The link they sent is still good I just downloaded the apk again.
Click to expand...
Click to collapse
Thanks! Download worked for me as well.... Giving it a shot tonight!
notmyrealuser said:
Thanks! Download worked for me as well.... Giving it a shot tonight!
Click to expand...
Click to collapse
This apk worked for me, thanks again fordborn!!
Hey guys... I downloaded this apk as well but cannot get it to work. The ReadMe!! says to root the device but when following the instructions I cannot find where it is saying to click "touch 6x OS Version". When installing the apk it installs fine but when I open it, it just says reboot when finished but then goes away and never actually installs anything.
Any help would be appreciated.
Thanks!
Have you seen thre "read me" text?
sirk76 said:
Hey guys... I downloaded this apk as well but cannot get it to work. The ReadMe!! says to root the device but when following the instructions I cannot find where it is saying to click "touch 6x OS Version". When installing the apk it installs fine but when I open it, it just says reboot when finished but then goes away and never actually installs anything.
Any help would be appreciated.
Thanks!
Click to expand...
Click to collapse
Excuse me for my bad english but i've got the same problem. In fact, when i unzipped the file, i did not see the file text which was joined:
Please note that you install and apply root on your own risk.
Please copy GSINSTALLER.APK to an USB kay and follow this steps:
1: ROOT device: SYSTEM SETTINNGS -> SOFTWARE VERSION -> touch 6x OS VERSION -> new point DEVELOPER OPTIONS will appear -> select ROOT and confirm it.
2: Install PLAYSTORE: Open APPS -> open FILE EXPLORER -> select EXTERNAL USB -> look for GSINSTALLER.APK and install it -> ACCEPT SUPER USER request -> ACCEPT the UNINSTALL request.
I don't realy understand the final step (accept the uninstall request?) but, after a final shut-off, i've got Google Play on my Cape Town 945
It Worked!
fgrillet said:
Excuse me for my bad english but i've got the same problem. In fact, when i unzipped the file, i did not see the file text which was joined:
Please note that you install and apply root on your own risk.
Please copy GSINSTALLER.APK to an USB kay and follow this steps:
1: ROOT device: SYSTEM SETTINNGS -> SOFTWARE VERSION -> touch 6x OS VERSION -> new point DEVELOPER OPTIONS will appear -> select ROOT and confirm it.
2: Install PLAYSTORE: Open APPS -> open FILE EXPLORER -> select EXTERNAL USB -> look for GSINSTALLER.APK and install it -> ACCEPT SUPER USER request -> ACCEPT the UNINSTALL request.
I don't realy understand the final step (accept the uninstall request?) but, after a final shut-off, i've got Google Play on my Cape Town 945
Click to expand...
Click to collapse
Thanks for the reply. I did see the readme but didn't realize that "touch 6x OS VERSION" meant to actually press OS VERSION 6 times. I'm a little slow sometimes. Anyway I just tried it again and it worked perfectly. Works great!
sirk76 said:
Thanks for the reply. I did see the readme but didn't realize that "touch 6x OS VERSION" meant to actually press OS VERSION 6 times. I'm a little slow sometimes. Anyway I just tried it again and it worked perfectly. Works great!
Click to expand...
Click to collapse
nobody's perfect I did'nt see the readme.txt at the beginning! Now, i try to install TomTom but it seems to be a problem of compatibility
Anyone using other Bluetooth devices rather than phones? I tried to connect OBDII scanner to my unit but it failed to pair, just like that = "Pairing Failed" message. Have a theory that the unit may have a limitation - to connect only the BT devices with phone/sound services. I was going to use lots of other yummies - BT tyre pressure app, BT front camera, but now I'm not sure...
Hi... This unit does not have the Bluetooth SPP (Serial Port Protocol) so it cannot be used with an OBD2 interface to display OBD apps on-screen (Torque, Dashcommand, etc).
Hello, any of people that added gapps installed also google maps? I have tried to install them from the store, and they run very slow. I have installed the older version also and it runs smoothly, but just after update they are slowing badly...
emtezet_01 said:
Hello, any of people that added gapps installed also google maps? I have tried to install them from the store, and they run very slow. I have installed the older version also and it runs smoothly, but just after update they are slowing badly...
Click to expand...
Click to collapse
Slow on mine too Where did you get the "older version"..?
Kinugawa said:
Slow on mine too Where did you get the "older version"..?
Click to expand...
Click to collapse
Just google Maps_6.14.4.apk and before install disable the automatic update function in play store.
Workked for me too
Thanks fordborn,
Your apk download and instructions worked for me as well. I just put google maps on the unit with almost no trouble.

Samsung keyboard issues after last update

Hello,
Since the android 10 update came my keyboard is auto correcting all the time.
Yes, I know how to disable auto correct and that's not what I'm asking. I need a fix for this as it's software related and I don't want another keyboard to install I want the stock one to work as it should.
My girlfriend and brother both have the same phone and same update and it's working fine for them. Something messed up on my phone and I don't want to factory reset or to re-image the android.
I couldn't find in the apps to remove it or reinstall or stop. I had an Xperia in the past and there I could just remove and install it from the apps. Would you please advise on this one how I could reinstall the Samsung keyboard?
Also not sure if it's update related, the device is performing poorly after it, It's slower and even not responding for 1 second sometimes.
The phone is Samsung galaxy s10+
Thank you for your time and I hope we find a solution here as I googled and couldn't find anything useful except how to disable the auto correct in the keyboard options which is not working for me as explained above.
Best regards,
shadowepicfail said:
Hello,
Since the android 10 update came my keyboard is auto correcting all the time.
Yes, I know how to disable auto correct and that's not what I'm asking. I need a fix for this as it's software related and I don't want another keyboard to install I want the stock one to work as it should.
My girlfriend and brother both have the same phone and same update and it's working fine for them. Something messed up on my phone and I don't want to factory reset or to re-image the android.
I couldn't find in the apps to remove it or reinstall or stop. I had an Xperia in the past and there I could just remove and install it from the apps. Would you please advise on this one how I could reinstall the Samsung keyboard?
Also not sure if it's update related, the device is performing poorly after it, It's slower and even not responding for 1 second sometimes.
The phone is Samsung galaxy s10+
Thank you for your time and I hope we find a solution here as I googled and couldn't find anything useful except how to disable the auto correct in the keyboard options which is not working for me as explained above.
Best regards,
Click to expand...
Click to collapse
If you can use adb the package is ... com.sec.android.inputmethod
Adb shell pm uninstall --user 0 com.sec.android.inputmethod
You may want to temporarily install gboard or something before so you have at least a keyboard to use.
Reinstall:-
adb shell cmd package install-existing com.sec.android.inputmethod
Or from apkmirror
https://www.apkmirror.com/apk/samsu...-keyboard/samsung-keyboard-3-5-41-15-release/
I hope this works for you.
Edit: There is a later version on apkmirror but my version is the one above and im running A10 Feb update. I dont know if the later version would install.
Hey thanks for the reply, I downloaded from that link but it says can't be installed, not sure what it's blocking as I enabled from unknown sources.
shadowepicfail said:
Hey thanks for the reply, I downloaded from that link but it says can't be installed, not sure what it's blocking as I enabled from unknown sources.
Click to expand...
Click to collapse
I think its because it still thinks it's a system app.
The only other was is the ADB method. If you clear data and cache before removing? Not sure if that's gonna do anything. Im just concerned if uninstalling then reinstalling via existing package will still leave the same problem your having.
Edit: Does it say can't install after you remove the package with ADB?
I wanted to install it too from apkmirror but it wouldn't work unfortunately, I don't know why seems like it have to be flashed or something
To add, today was a new update. I updated my android and maybe thought it will fix it. Still the same sadly.
Also I found it in the samsung apps, it had an update so I updated the Samsung keyboard and still the same problem. I also removed all data from it when you go to the options from the keyboard. Also made it back to factory, still the same. Each android phone different problem, getting sick of technology. Sony had plenty of problems too

Categories

Resources