Hack "Google My Tracks" back into life? - Android Q&A, Help & Troubleshooting

The Google app "My Tracks" was deprecated some months ago, which is a shame since it was very popular due to it's no-nonsense approach.
I had a look at the last version before Google deprecated it, it's available for download here.
Really the only two things that don't seem to work still are the maps (it just displays an empty background) and Google Drive syncing. I suppose Google canceled the API keys for those, and that's why they're not working.
So I used APKTool to unpack it, and changed the API key for the maps in AndroidManifest.xml to one that I had registered myself. I then used APKTool to put it back together, signed it with jarsigner and installed it on my phone. It didn't work (it's still not displaying the map).
So now I'm hoping someone smarter than me might be able to get it to work Not sure why it's not working (I used the package name of the app, com.google.android.maps.mytracks as the package name when I registered for the API key, if that matters).

Hi,
Which version of Android do you use ? 6.0.1 ?
I used to be on Android 4.4.2, and "My Tracks" used to work perfectly.
I changed phone, and I now have Android 6.0.1, and "My Tracks" displays grey empty area, instead of the map.
I suppose that Google has changer many things on Andoird 6.0.1, which blocks the map from being used by "My Traks".
I have noticed that the Android/Data/ directory does not contain any "com.google.android.maps.mytracks" folder, as it used to.
I made a full back-up from MyBackUp Pro, and I have noticed that when I restore My Tracks "APK and DATA", the map displays totally fine on My Tracks, when I launch a track recording !!!
But the GPS does not work well at all.
We could discuss together or findings, to try to see what can be done to correct this on Android 6.0.1 ?

Hi BadCash,
I have read many pages, and did not find a good solution yet, ans no other app can beat or even be as good as My Tracks.
I confirm that when I install My Tracks with MyBackUp Pro, on my rooted phone G900F on Android 6.0.1 stock rooted, "apk+data", the map appears on My Tracks, but the GPS is crazy...
and when I install apk only, no map appears, but thr GPS works veray well.... (writes the route on the grey screen)....
So is there a chance that the solution would be in the DATA files I have back-up, and juste on file to modify... ?
Or is it related to Android 6.0.1 permissions ?
Or is it related to Google services ? or Play Store, or Google apps ?
---------- Post added at 11:48 AM ---------- Previous post was at 11:45 AM ----------
I found the apk sources for "My Tracks" :
https://github.com/Plonk42/mytracks
Who could find and correct it to make it work on Android 6.0.1 please ?
Many users would donate a reward on PayPal to the genious person who would correct it !!!

I am running a rooted Note 4 on Android 5.1.1 and the map in My Tracks no longer shows up for me either. My tracks still worked on my LG G4 with 6.0.1. I think My Tracks is still tracking but doesn't show my actual track on the map.

watching this thread. Google Fit sucks.

Seb14 said:
I found the apk sources for "My Tracks" :
https://github.com/Plonk42/mytracks
Who could find and correct it to make it work on Android 6.0.1 please ?
Many users would donate a reward on PayPal to the genious person who would correct it !!!
Click to expand...
Click to collapse
I went and recompiled the said source code with a new Google Maps API key, and it's working like a charm on Android 8.0. :good:

Please give me a link to download your version
YandereSan said:
I went and recompiled the said source code with a new Google Maps API key, and it's working like a charm on Android 8.0. :good:
Click to expand...
Click to collapse

Great job. I hope you post a link to the download for people who need it.
My previous phone was a Note 4 where it was working fine (Android 5.1). I did a Google backup on it, and then when I set up my Pixel 2 XL, I restored from the Note 4 backup and it is working fine on my Pixel 2 XL.

I hope too! I still haven't found a good alternative to My Track

bubnenko said:
Please give me a link to download your version
Click to expand...
Click to collapse
Unfortunately, I can't really give you my version as it requires API keys which are tied to my personal account.
1. Go to Google Cloud Dashboard: https://console.cloud.google.com/apis/dashboard
2. Create a new project. You can call it MyTracks Revived.
3. Click "Enable APIs" -> Maps SDK for Android - make sure it's activated.
4. Go to Credentials: https://console.cloud.google.com/apis/credentials
5. Create credentials. You'll receive an API key.
Once you the maps API key, you can follow the instructions to compile it here: https://github.com/Plonk42/mytracks

YandereSan said:
Once you the maps API key, you can follow the instructions to compile it here: https://github.com/Plonk42/mytracks
Click to expand...
Click to collapse
I downloaded, created a new set of API keys, and used Android Studio to run it on my phone. Had to uninstall the Google version.
While the maps part now works, I cannot import from my SD card all of my old tracks! This makes the new version unusable! And unfortunately, Verizon sucks so I can't root my phone and manually do it. Anyone else find a way to allow import? It sees there are two tracks to import, but just gives a generic error. Nothing in the debug log or logcat...very frustrating.
It would be nice to have the newest Google version work. Why does decompiling the APK with APKTool, replacing the API keys in AndroidManifest, and recompiling/signing not work? I took a look at the differences between the open source AndroidManifest and the Google 2.0.11 one, but didn't see anything important. Any thoughts?
Thanks!

MrNetwork said:
Great job. I hope you post a link to the download for people who need it.
My previous phone was a Note 4 where it was working fine (Android 5.1). I did a Google backup on it, and then when I set up my Pixel 2 XL, I restored from the Note 4 backup and it is working fine on my Pixel 2 XL.
Click to expand...
Click to collapse
Hi can you elaborate on how you got my tracks working on your pixel?
Thanks

YandereSan said:
I went and recompiled the said source code with a new Google Maps API key, and it's working like a charm on Android 8.0. :good:
Click to expand...
Click to collapse
I have a key but dont remember how to change it

gtg472b said:
I downloaded, created a new set of API keys, and used Android Studio to run it on my phone. Had to uninstall the Google version.
While the maps part now works, I cannot import from my SD card all of my old tracks! This makes the new version unusable! And unfortunately, Verizon sucks so I can't root my phone and manually do it. Anyone else find a way to allow import? It sees there are two tracks to import, but just gives a generic error. Nothing in the debug log or logcat...very frustrating.
It would be nice to have the newest Google version work. Why does decompiling the APK with APKTool, replacing the API keys in AndroidManifest, and recompiling/signing not work? I took a look at the differences between the open source AndroidManifest and the Google 2.0.11 one, but didn't see anything important. Any thoughts?
Thanks!
Click to expand...
Click to collapse
Hello,
Thank you all, i've been very interested by this thread about Mytracks, and i was searching for solutions about this app.
Here were my needs :
- continue to use "mytracks" on new smartphone (android 8.1) => able to see maps and record tracks with markers (photos)
- possibility to import all my tracks (>800) on my tablet (official android 5.0.2, but now using Lineage OS 15)
So, i created my personal API key with Google console and tried to apply it in AndroidManifest.xml
I tested several versions :
- 2.0.11 / 2.0.10 : display is KO, maps stays grey. No errors in logcat because my key is valid (also no metric for my key in Google Maps API console)
- 2.0.9 / 2.0.7 : display for Google Maps is OK and i can import tracks.
So that's it i keep app version 2.0.9 with modified AndroidManifest.xml
(it seems versions 2.0.10 & 2.0.11 only bring "Earth maps")
Thanks

Google will change the maps renderer. Any chance that MyTracks can be modified to work with this new renderer?

Related

Download Google Talk 1.3 APK With Video Chat from Android 2.3.4

Google Talk is an instant messaging, audio and video chat service from Google, which is being designed for users to communicate in real time with other users who also use Google Talk. To complement Google Talk on desktop computer, Google has recently expanded Google Talk to Android phones with video and voice chat. With the new added service to Android phone, the users can now make a video or voice chat with their friends, family and colleagues who also use Google Talk on Android devices or on desktop PC.
Key features of the Google Talk for Android includes:
Able to make calls over 3G or 4G data network (if your carrier supports it) or over Wi-Fi.
Simply touch the video or voice chat button to connect with the friends or family members who are in the Google Talk friends list.
Text-chats will be overlaid on the phone screen while you are on video with others.
The video will automatically pauses and audio will keep going when you need to check something else from the Home screen or apps.
Google Talk with video and voice chat has already started to delivered to Google Nexus S devices as part of the Android 2.3.4 over-the-air update. Other Android devices will have to wait until the phone manufacturers such as HTC, Samsung, Motorola, LG and etc to start offering upgrade to Android 2.3.4 for their respective phones in order to get Google Talk with video and voice call feature.
If you can’t wait for the Google Talk with video chat support to come to your phone, which may take weeks or months to arrive, a hacker named britso has managed to extract Google Talk 1.3 app with video plus voice call support from Google Nexus S Android 2.3.4 update, hack the SigninActivity.smali to comment out a line so that the app works on other devices. The app is then re-compiled and pushed as the APK file for installing into other Android mobile phones running Android 2.3 or above.
Listed below are several ways on how to instal lGoogle Talk with voice and video chat support onto your Android smartphone. Note that the hack only works on rooted Android phone.
The download links of Google Talk apk is available from xda-developers.com (registration required).
Method 1: Via ADB
1.Download either Talk_with AV.zip or Talk_with_AV_no_wifi.zip.
2.Connect the Adnroid phone to PC and run following commands on ADB console:adb remount
adb shell mv /system/app/Talk.apk /system/app/Talk.apk1
adb uninstall com.google.android.talk
adb push libtalk_jni.so /system/lib/
adb push Talk2.apk /system/app
3.Run Talk and press on your own name where you can change your own status and tick the Allow video and voice chats to enable the feature.
Method 2: Using Root Explorer
1.Download and extract Talk_with AV.zip to SC card.
2.Open Root Explorer and navigate to extracted files on SDcard.
3.Copy talk2.apk and go to /system/app.
4.Press Mount R/W at the top right and then press Paste on the bottom left.
5.Now you have both talk.apk and talk2.apk.
6.Rename Talk.apk to Talk.apk1.
7.Select and hold the other Talk2.apk and press Permissions and select:User: Read Write
Group: Read
Others: Read
And press Ok.
8.Now press and hold on Talk2.apk and press Rename.
9.And rename Talk2.apk to Talk.apk.
10.Go back to extracted files SDcard and copy libtalk_jni.so.
11.Navigate to system/lib.
12.Press Mount R/W at the top right and then press Paste on the bottom left.
13.Press and hold on libtalk_jni.so and select Permissions, and change the permissions to:User: Read Write
Group: Read
Others: Read
14.Reboot the device.
15.Open Talk and press on your own name where you can change your own status and tick the Allow video and voice chats to enable the feature.
Eh? Confusion....
nierainbow said:
Listed below are several ways on how to instal lGoogle Talk with voice and video chat support onto your Android smartphone. Note that the hack only works on rooted Android phone.
The download links of Google Talk apk is available from xda-developers.com (registration required).
Click to expand...
Click to collapse
Thank you for your attempt to provide useful information, however this is really confusing.
Here are some helpful hints for future posts:
1. There is no download link in this thread or reference to the original post. You should try to fix it. I think this is the link you are referring to:
http://forum.xda-developers.com/showthread.php?t=1056793
2. We are on xda-developers as such why do you need to include the line registration is required. Don't just copy and paste information you found somewhere else, we are getting no where.
3. Include something useful or insightful such as "Hey here's another method and the link is below!" Something like that.
(Thanks BluechipJ!)
4. Find out if this is the correct forum/category to post in. Ask yourself the following questions: Am I developing something for the ARC? Am I asking a question? Is this theme or an app I am discussing? Is this general information?
5. Don't forget to use the search function and think before you post.
Hopefully this helps.
Whats the point of even posting it here. the arc doesn't have a front camera.
tsangwc said:
Whats the point of even posting it here. the arc doesn't have a front camera.
Click to expand...
Click to collapse
use the rear cam?
http://forum.xda-developers.com/showthread.php?t=1075494
here you find simplest way: an apk that does everything for you
also runs on 2.3.2
(& better than on htc devices since there every video is rotated by 90° ^^)
still only rear cam.. of course
kistigun said:
use the rear cam?
Click to expand...
Click to collapse
To use the rear cam to do voice chat, you have to either let people see you or you see them.
Sit before a mirror and use rear cam, you can see them, they can see you...
you have gingerbred 2.3.4 ?
While copying the .so file to /system/lib I face two problems :
1) i don't get mount r/w instead i get mount r/o.
2) if i tap mount r/o and paste the file it says not enough space, even if i don't tap mount r/o and then paste it, it says the same thing.
I have like 916KB free and 276MB used.
Is the folder dynamically expanding?
Or i have used a lot of space?
No app showing
So I installed with the root explorer method it all went fine. Gmail and market still working. But I don't have a "talk" app to use now.
not2cocky said:
So I installed with the root explorer method it all went fine. Gmail and market still working. But I don't have a "talk" app to use now.
Click to expand...
Click to collapse
Try this method.
http://android.modaco.com/topic/339390-r1-12-may-google-video-talk-installer/
WORK
Work in my xperia pro cyanogenmod 7.2 rc1 fxp 115
Google talk voice/video works for Samsung Galaxy I9003
sopdogg said:
Thank you for your attempt to provide useful information, however this is really confusing.
Here are some helpful hints for future posts:
1. There is no download link in this thread or reference to the original post. You should try to fix it. I think this is the link you are referring to:
http://forum.xda-developers.com/showthread.php?t=1056793
2. We are on xda-developers as such why do you need to include the line registration is required. Don't just copy and paste information you found somewhere else, we are getting no where.
3. Include something useful or insightful such as "Hey here's another method and the link is below!" Something like that.
(Thanks BluechipJ!)
4. Find out if this is the correct forum/category to post in. Ask yourself the following questions: Am I developing something for the ARC? Am I asking a question? Is this theme or an app I am discussing? Is this general information?
5. Don't forget to use the search function and think before you post.
Hopefully this helps.
Click to expand...
Click to collapse
This is method works for my Samsung Galaxy SL I9003 (ROOTED) mobile with Android 2.3.6. Some features I miss here are not able to choose front facing Camera, Video Chat status not visible for Others (but we can know who are having voice/video capability).
Anyhow works fine for me, Many thank to you!
Work in MK16 i and a CM7 RC
VERY THANKS
Enviado desde mi MK16a usando Tapatalk
do you have gtalk (can voic and video)for 2.3.7?
do you have gtalk (can voic and video)for 2.3.7?gtalk in my cm7.2 can only chat in text,not voic and video!thx
?????
where is the linke????????????

[Q] “Parse Error : There is a problem parsing the package”

I have an older version Player Pro(2.2).When I try to upgrade it to the latest version using another .apk file of version 2.3,it gives this error“Parse Error : There is a problem parsing the package”.I cannot update it from the android market as I have not purchased the app.Any idea why is this happening?
i get this same error with other apps i try to install...particularly when i know the app isnt for my device....ima google it
I don't think a site made for developers will want to help you fix a problem with a pirated app. If you really like it that much, buy it, it's not like it costs a fortune. I bought it and never had any problem updating from the market.
Sent from my wi-fi toaster.
I'm trying to find a fix for the same thing. But mine is not a pirated app it is an app from a tab I have and a couple off apps that came with it I can't find on the market or anything that works like them I waisted a lot of money trying to find one and thought this is just pointless. I tried resigning the APK but no go any ideas?
This errors occurs when the apk is built with different API level than API level your phone supports. Ex: If your phone is having Gingerbread (2.3.*) and your app is compiled for tablets (honeycomb), you see this error.
cnu4u said:
This errors occurs when the apk is built with different API level than API level your phone supports. Ex: If your phone is having Gingerbread (2.3.*) and your app is compiled for tablets (honeycomb), you see this error.
Click to expand...
Click to collapse
both are 4.0 ICS
cnu4u said:
This errors occurs when the apk is built with different API level than API level your phone supports. Ex: If your phone is having Gingerbread (2.3.*) and your app is compiled for tablets (honeycomb), you see this error.
Click to expand...
Click to collapse
I am getting this problem with some of my apps which I backup using an application to the sdcard. There should be a fix for this.
nice
ri123 said:
I am getting this problem with some of my apps which I backup using an application to the sdcard. There should be a fix for this.
Click to expand...
Click to collapse
great job
ri123 said:
I am getting this problem with some of my apps which I backup using an application to the sdcard. There should be a fix for this.
Click to expand...
Click to collapse
Make sure the app has the correct amount of information, for example, an app with 0 bytes would not work, which has happened before when a file is not created properly.
Sent from my HTC Explorer A310e using XDA
ri123 said:
Make sure the app has the correct amount of information, for example, an app with 0 bytes would not work, which has happened before when a file is not created properly.
Sent from my HTC Explorer A310e using XDA
Click to expand...
Click to collapse
i tryed tu change xml in akp, i used apktool, i decompiled it, changed version to my current (2.3.7 cyanogenmod ) and then compiled it back, it is not 0 byte, but head the same error, i thought i have done something wrong, but today i tryed restor apk with titanium backup, but the same
i dont understand, is this error coz of version mismach? or ???
P.S. this is my first post on xda wish me luck )
I also have this problem with an app that is called Wavesink Trial (Usb Dab Radio app)
I want this to work for my car player that has Android 2.3.4 but the Wavesink only works for Android 3.0 and above.
I tried to change the Androidmanifest.xml minSdkVersion value to 8 (which is for Froyo) so it should be able to run on my car player.
I even sent a mail to the developer which said it could'nt be possible as Android 2.3.4. doesn't have Usb Host mode, but i guess it has since the carplayer has support for Usb Wifi adapter aswell as memorysticks.
Anyone have a solution.
btw, i decompiled the app, edited the manifest, recompiled the app and signed it again.
Dragonlove said:
I also have this problem with an app that is called Wavesink Trial (Usb Dab Radio app)
I want this to work for my car player that has Android 2.3.4 but the Wavesink only works for Android 3.0 and above.
I tried to change the Androidmanifest.xml minSdkVersion value to 8 (which is for Froyo) so it should be able to run on my car player.
I even sent a mail to the developer which said it could'nt be possible as Android 2.3.4. doesn't have Usb Host mode, but i guess it has since the carplayer has support for Usb Wifi adapter aswell as memorysticks.
Anyone have a solution.
btw, i decompiled the app, edited the manifest, recompiled the app and signed it again.
Click to expand...
Click to collapse
I'm also having the same problem. I've downloaded all versions and not one of them will install and the deck is rooted.
phase error
ricky1001 said:
I have an older version Player Pro(2.2).When I try to upgrade it to the latest version using another .apk file of version 2.3,it gives this error“Parse Error : There is a problem parsing the package”.I cannot update it from the android market as I have not purchased the app.Any idea why is this happening?
Click to expand...
Click to collapse
If you get a “ Parse Error: There is a
problem parsing the package ”
message when trying to install an
APK, it could be due to different
reasons, but the most 2 common
ones are as below:
The APK file you’re trying to to
install is corrupted. That might
be due to an error when
downloading (such as the
connection getting lost) or the
APK being already broken before
you download it. Try
downloading the file again,
preferably from another location.
If possible, use trusted websites
such as SlideME or Mobango
where the APK are tested
beforehand.
If that doesn’t fix it, it’s probably
because the Android version on
your device is below the
requirements of the app. For
instance, you’re trying to install
an app that requires Android 4.1
and higher on a device running
Android 2.3. To see which
Android version your device is
running, go to Settings, then
About Phone and look at the
number next to Android Version
(or Firmware Version). Unless
you can update the system
(check that by going to Settings ,
About phone , then System
Updates ), you won’t be able to
do much about that. To avoid
situations like this, always check
before downloading that the
requirements of the app are in
line with your device. Good app
stores like SlideMe or Amazon
always provide the minimum
Android version which is needed.
ricky1001 said:
I have an older version Player Pro(2.2).When I try to upgrade it to the latest version using another .apk file of version 2.3,it gives this error“Parse Error : There is a problem parsing the package”.I cannot update it from the android market as I have not purchased the app.Any idea why is this happening?
Click to expand...
Click to collapse
hey juz check if ur sd is protected with password or something. and its the reason y its showing... if sd is protected under developer options & phone is rooted it occurs. check that out n try and tht prob will be solved..it worked for me. check that out n reply.
I fixed my P780 with the parsing error
xx
anish.2010 said:
hey juz check if ur sd is protected with password or something. and its the reason y its showing... if sd is protected under developer options & phone is rooted it occurs. check that out n try and tht prob will be solved..it worked for me. check that out n reply.
Click to expand...
Click to collapse
hey anish.2010 i have the same problem.my phone is rooted.what can i do now?
If this occurs on Marshmallow, go to settings>apps. Tap the three dot menu and tap "show system." Scroll down and look for "Package installer." Click permissions and make sure storage is on(the circle is to the right of the oval). If not on, that permission can cause this error. Hope it helps.:good:
if you have any problems about X431 ,please contact me !!!
we specialize in Launch X431 ,including X431 V Plus/Pro3,X431 V/Pro,easydiag ,easydiag software update......and so on.
Email: [email protected]
Ikeb0mb said:
If this occurs on Marshmallow, go to settings>apps. Tap the three dot menu and tap "show system." Scroll down and look for "Package installer." Click permissions and make sure storage is on(the circle is to the right of the oval). If not on, that permission can cause this error. Hope it helps.:good:
Click to expand...
Click to collapse
IT DID HELP ME!
Thank you very much, pal.
But I didn't know why the permission is toggle off automatically. This problem did disturb me a lot and it has been solved by your tips.
ruolian said:
IT DID HELP ME!
Thank you very much, pal.
But I didn't know why the permission is toggle off automatically. This problem did disturb me a lot and it has been solved by your tips.
Click to expand...
Click to collapse
N.P. happy to help. My phone did the same thing and I went poking around and found that out. Sometimes it resets after an update( like flashing a new cm version), so if you update just make sure you check

[Q] Can someone post Mediapad X1 international ROM?

I bought a Mediapad X1 from China via AliExpress.
I cannot make anything from a limited Chinese ROM.
Anybody who has international ROM or can extract it from the international version, please help!
satawat.thongsawat said:
I bought a Mediapad X1 from China via AliExpress.
I cannot make anything from a limited Chinese ROM.
Anybody who has international ROM or can extract it from the international version, please help!
Click to expand...
Click to collapse
The international version hasn't been released yet... I bought mine (4G version) through Lenteen from Hong-Kong, and everythings works fine ! I installed google apps, rooted my phone
I know that Huawei was supposed to release it at the end of may in France but any news nowhere on the web... none even from Huawei themself !
So we just have to wait and see...
gregou said:
The international version hasn't been released yet... I bought mine (4G version) through Lenteen from Hong-Kong, and everythings works fine ! I installed google apps, rooted my phone
I know that Huawei was supposed to release it at the end of may in France but any news nowhere on the web... none even from Huawei themself !
So we just have to wait and see...
Click to expand...
Click to collapse
Does it sync your Google contacts correctly? If so, what did you need to do to get that working?
gregou said:
The international version hasn't been released yet... I bought mine (4G version) through Lenteen from Hong-Kong, and everythings works fine ! I installed google apps, rooted my phone
I know that Huawei was supposed to release it at the end of may in France but any news nowhere on the web... none even from Huawei themself !
So we just have to wait and see...
Click to expand...
Click to collapse
Thank you for the reply, some questions:
1. So, yours is also a Chinese version?
2. Please post the link for rooting.
3. After rooting, install the GApp, version for 4.2.2? And then we can go for anything, like Nova launcher?
satawat.thongsawat said:
Thank you for the reply, some questions:
1. So, yours is also a Chinese version?
2. Please post the link for rooting.
3. After rooting, install the GApp, version for 4.2.2? And then we can go for anything, like Nova launcher?
Click to expand...
Click to collapse
So yes it's also a chinese version, but it's the 4G chinese version.
TUTO FOR ROOTING :
Here is the procedure for your rooter Huawei Mediapad X1/Honor X1:
Here's what you need:
MediaPad Huawei X1
A micro USB to USB cable
PC
Root Genius software at the following address : http://www.shuame.com/en/root/
Now to root your device : (This method works with B002 Chinese version, not tested on others number firmwares)
1 - Enable developer mode on Huawei MediaPad X1 in Settings> About phone
Press several times on the box " build number " until a message announcing the activation of developer mode
Connect your Huawei MediaPad X1.
2 - In the notification bar choose the Hi Suite mode and let the PC detected the device
3 - Start the Root Genius you previously downloaded, it will automatically detect your device, it only remains for you to click on the ROOT button and wait
4 - If all went well , you should have a message of congratulations . In addition, a new application called King User will be installed on your device.
Now you can use apps that require root such as Titanium Backup , Root Explorer, etc. . You 'll also be able to uninstall applications or games you do not want and which are pre-installed on the device.
If you have any questions do not hesitate!
P.S : If anything goes wrong that's your entire responsability !
---------- Post added at 05:22 AM ---------- Previous post was at 05:15 AM ----------
TUTO TO GET ALL GAPPS (INCLUDED CONTACTS SYNC)
As you know , the Chinese version of the Huawei Mediapad do not get Google applications .
*
Here is the procedure to have them all , including the synchronization of contacts !
*
*What you need:
Huawei Mediapad Honor X1 (chinese version) Your phone must be already rooted ! ( follow the tutorial i posted earlier)
A file explorer that supports the administration ROOT rights (root explorer, es file explorer , etc. . ) Available on Google Play Store
There is nothing very complicated , just follow the tutorial :
Open your file explorer supporting the rights adminstration ROOT
Go to the following folder
/ cust / channel / charm_china_u / xml /
You will find the file UNSTALL_APK.XML
Rename it to : UNSTALL_APK.XML.OLD
This is done !
Restarting the Huawei Honor Mediapad/Honor X1 , applications will be automatically downloaded and installed on the phone and you will have access to all Google services including synchronization of contacts !
*
WARNING: by doing this manipulation, future updates will no longer be compatible with the device and you will have to rename the file UNSTALL_APK.XML.OLD to UNSTALL_APK.XML to update the device. Otherwise, you can make a copy of the original file that you can keep safe somewhere on your phone or computeur.
If anything goes wrong that's your entire responsability !
http://consumer.huawei.com/cn/mobile-phones/support/downloads/honour-x1-cn.htm
vyming said:
http://consumer.huawei.com/cn/mobile-phones/support/downloads/honour-x1-cn.htm
Click to expand...
Click to collapse
This is a Chinese ROM?
gregou said:
So yes it's also a chinese version, but it's the 4G chinese version.
TUTO FOR ROOTING :
Here is the procedure for your rooter Huawei Mediapad X1/Honor X1:
Here's what you need:
MediaPad Huawei X1
A micro USB to USB cable
PC
Root Genius software at the following address : http://www.shuame.com/en/root/
Now to root your device : (This method works with B002 Chinese version, not tested on others number firmwares)
1 - Enable developer mode on Huawei MediaPad X1 in Settings> About phone
Press several times on the box " build number " until a message announcing the activation of developer mode
Connect your Huawei MediaPad X1.
2 - In the notification bar choose the Hi Suite mode and let the PC detected the device
3 - Start the Root Genius you previously downloaded, it will automatically detect your device, it only remains for you to click on the ROOT button and wait
4 - If all went well , you should have a message of congratulations . In addition, a new application called King User will be installed on your device.
Now you can use apps that require root such as Titanium Backup , Root Explorer, etc. . You 'll also be able to uninstall applications or games you do not want and which are pre-installed on the device.
If you have any questions do not hesitate!
P.S : If anything goes wrong that's your entire responsability !
---------- Post added at 05:22 AM ---------- Previous post was at 05:15 AM ----------
TUTO TO GET ALL GAPPS (INCLUDED CONTACTS SYNC)
As you know , the Chinese version of the Huawei Mediapad do not get Google applications .
*
Here is the procedure to have them all , including the synchronization of contacts !
*
*What you need:
Huawei Mediapad Honor X1 (chinese version) Your phone must be already rooted ! ( follow the tutorial i posted earlier)
A file explorer that supports the administration ROOT rights (root explorer, es file explorer , etc. . ) Available on Google Play Store
There is nothing very complicated , just follow the tutorial :
Open your file explorer supporting the rights adminstration ROOT
Go to the following folder
/ cust / channel / charm_china_u / xml /
You will find the file UNSTALL_APK.XML
Rename it to : UNSTALL_APK.XML.OLD
This is done !
Restarting the Huawei Honor Mediapad/Honor X1 , applications will be automatically downloaded and installed on the phone and you will have access to all Google services including synchronization of contacts !
*
WARNING: by doing this manipulation, future updates will no longer be compatible with the device and you will have to rename the file UNSTALL_APK.XML.OLD to UNSTALL_APK.XML to update the device. Otherwise, you can make a copy of the original file that you can keep safe somewhere on your phone or computeur.
If anything goes wrong that's your entire responsability !
Click to expand...
Click to collapse
@gregou
I cannot get into download mode to install Gapps via odin.
Also cannot find recovery mode???
How to install Gapps,then??
satawat.thongsawat said:
@gregou
I cannot get into download mode to install Gapps via odin.
Also cannot find recovery mode???
How to install Gapps,then??
Click to expand...
Click to collapse
When the phone reboot, after you renamed the file, gapps are automatically installed by the phone.. You don't have to use recovery mode at all !!
And for now, i'm not sure that CWM is available for this model... I think i saw it on a chinese forum but when i translate it's too messy and i have to be registered on this forum to download it so... we have to wait that someone make a post here in english with th e CWM in download...
gregou said:
When the phone reboot, after you renamed the file, gapps are automatically installed by the phone.. You don't have to use recovery mode at all !!
And for now, i'm not sure that CWM is available for this model... I think i saw it on a chinese forum but when i translate it's too messy and i have to be registered on this forum to download it so... we have to wait that someone make a post here in english with th e CWM in download...
Click to expand...
Click to collapse
Okay, I see the point, we just install portions of Google apps we need, starting with play store, the any thing you need.
I do hope we'll have CWM, or at least hardware ways to boot into download and recovery mode.
The KitKat may be far from reality?
satawat.thongsawat said:
Okay, I see the point, we just install portions of Google apps we need, starting with play store, the any thing you need.
I do hope we'll have CWM, or at least hardware ways to boot into download and recovery mode.
The KitKat may be far from reality?
Click to expand...
Click to collapse
We'll get Kikat firmware on this phone for sure, we just have to wait from Huawei to rolling out this version.
It's not portions of google apps as when you do this procedure i explained, ALL the gapps are installed automatically on the phone.
Basically, Huawei made a script in the phone for not allowing these apps to be installed, but when you rename this file, the script is no longer available, then all the gapps are installing after the next reboot !
Mediapad X1 7D-503L
The only deference is the directory:
/ cust / channel / charm_china_l / xml / ( charm_china_l not charm_china_u)
and i use the command as su
mount -o rw,remount -t rootfs /cust
because when It try to rename the UNSTALL_APK.XML I take the error "Read-only file system"
thanks
X1 undetectable by the PC
I have GApps Syncing quite fine without rooting, except the contacts sync which is missing from the sync list. I see your steps are very straight forward, but unfortunately my X1 is not recognized by the PC, although I've installed HiSuite from Huawei website. I've also tried to install Huawei device driver for X1 from this site, but still unrecognized. Accordingly GeniusRoot is unable to detect and root my X1.
I'm Win 8.1 (both 32 and 64 bits), and I've tried to do all these procedures with Compatibility model for Win7, run as administrator, yet the X1 is till not detected by the PC.
Also USB Debugging is enabled in Developer Options.
Any idea what's the reason for this?
More info about my version:
Baseband: 21.529.00.00.000
Kernel: 3.0.8-01317-gcd83a45 [email protected] #1
Build Number: 7D-501uV100R001C233B013
gregou said:
So yes it's also a chinese version, but it's the 4G chinese version.
TUTO FOR ROOTING :
Here is the procedure for your rooter Huawei Mediapad X1/Honor X1:
Here's what you need:
MediaPad Huawei X1
A micro USB to USB cable
PC
Root Genius software at the following address :
Now to root your device : (This method works with B002 Chinese version, not tested on others number firmwares)
1 - Enable developer mode on Huawei MediaPad X1 in Settings> About phone
Press several times on the box " build number " until a message announcing the activation of developer mode
Connect your Huawei MediaPad X1.
2 - In the notification bar choose the Hi Suite mode and let the PC detected the device
3 - Start the Root Genius you previously downloaded, it will automatically detect your device, it only remains for you to click on the ROOT button and wait
4 - If all went well , you should have a message of congratulations . In addition, a new application called King User will be installed on your device.
Now you can use apps that require root such as Titanium Backup , Root Explorer, etc. . You 'll also be able to uninstall applications or games you do not want and which are pre-installed on the device.
If you have any questions do not hesitate!
P.S : If anything goes wrong that's your entire responsability !
---------- Post added at 05:22 AM ---------- Previous post was at 05:15 AM ----------
TUTO TO GET ALL GAPPS (INCLUDED CONTACTS SYNC)
As you know , the Chinese version of the Huawei Mediapad do not get Google applications .
*
Here is the procedure to have them all , including the synchronization of contacts !
*
*What you need:
Huawei Mediapad Honor X1 (chinese version) Your phone must be already rooted ! ( follow the tutorial i posted earlier)
A file explorer that supports the administration ROOT rights (root explorer, es file explorer , etc. . ) Available on Google Play Store
There is nothing very complicated , just follow the tutorial :
Open your file explorer supporting the rights adminstration ROOT
Go to the following folder
/ cust / channel / charm_china_u / xml /
You will find the file UNSTALL_APK.XML
Rename it to : UNSTALL_APK.XML.OLD
This is done !
Restarting the Huawei Honor Mediapad/Honor X1 , applications will be automatically downloaded and installed on the phone and you will have access to all Google services including synchronization of contacts !
*
WARNING: by doing this manipulation, future updates will no longer be compatible with the device and you will have to rename the file UNSTALL_APK.XML.OLD to UNSTALL_APK.XML to update the device. Otherwise, you can make a copy of the original file that you can keep safe somewhere on your phone or computeur.
If anything goes wrong that's your entire responsability !
Click to expand...
Click to collapse
Thanks for the awesome tutorial bro
I've managed to root the phone, installed es files explorer. Double checked with root checker and confirmed root
But I'm stuck with renaming the file...
And the folder have a slightly different name but that is the only folder I've got..
/cust/channel/charm_china_l/xml/ (yours is china_u)
So, everytime I rename the file it keeps on giving error task failed. I've checked in properties and it says readable:yes writable:yes
I can't delete the file as well the error says unstall_apk.xml cannot be deleted
can u help please
thanks in advance :good:
sordanny said:
Thanks for the awesome tutorial bro
I've managed to root the phone, installed es files explorer. Double checked with root checker and confirmed root
But I'm stuck with renaming the file...
And the folder have a slightly different name but that is the only folder I've got..
/cust/channel/charm_china_l/xml/ (yours is china_u)
So, everytime I rename the file it keeps on giving error task failed. I've checked in properties and it says readable:yes writable:yes
I can't delete the file as well the error says unstall_apk.xml cannot be deleted
can u help please
thanks in advance :good:
Click to expand...
Click to collapse
OK I managed to figure out the solution
Used Root File Manager to rename and voila!! Renamed the file, restart device and got all the Google stuff setup on the phone
Now there is this second problem which is a big pain in the arse
I can't add a second Google account on the phone to get all my contacts..........
Under settings -> accounts -> add account -- there is no option to select "Google" !!!!
Have anyone also face this problem and is there any solution??
Thanks in advance for the help
Guys, you do not need root or tricks to install Google stuff.
Open the Huawei app market. Search for Google. Click on the big Google banner at the top of the page. You get a dedicated page of Google stuff. There you have download links for play store, all the Google apps, and if you can figure out a little Chinese, calendar sync and contact sync software too.
ralphrmartin said:
Guys, you do not need root or tricks to install Google stuff.
Open the Huawei app market. Search for Google. You get a dedicated page of Google stuff. There you have download links for play store, all the Google apps, and if you can figure out a little Chinese, calendar sync and contact sync software too.
Click to expand...
Click to collapse
I can confirm this is true. I did a search for "gms" rather than Google - tap on the big link you get at the top of the results page, which takes you to a page of all the Google apps and services, and install everything! (You can always uninstall what you don't need later). No root required, and everything is syncing properly - calendar, contacts, tasks etc. Super easy.
ralphrmartin said:
Guys, you do not need root or tricks to install Google stuff.
Open the Huawei app market. Search for Google. Click on the big Google banner at the top of the page. You get a dedicated page of Google stuff. There you have download links for play store, all the Google apps, and if you can figure out a little Chinese, calendar sync and contact sync software too.
Click to expand...
Click to collapse
This worked for me too. I installed all google apps and everthing syncs except I still cant sync contacts or have more than one google account.
So frustrated
DannyBoy said:
This worked for me too. I installed all google apps and everthing syncs except I still cant sync contacts or have more than one google account.
So frustrated
Click to expand...
Click to collapse
Have you got Google Contacts Sync in your list of downloaded apps?
DannyBoy said:
This worked for me too. I installed all google apps and everthing syncs except I still cant sync contacts or have more than one google account.
So frustrated
Click to expand...
Click to collapse
Danny here's how to fix it, and u don't need root
if u have rooted and edited the unstall_apk.xml, best is download and flash the stock ROM first:
http://consumer.huawei.com/cn/support/downloads/detail/index.htm?id=20241 (click 立即下载 on the right)
u can also ignore it but all preinstalled google apps will become system apps, and if u've deleted some huawei bloatware u might not be able to OTA update latest B006 firmware
All the Google stuff can work perfectly even can add multiple Google accounts. Best thing is, u don't need root. Here's how:
1) Go to app centre - all - brand and look for the one with 谷歌 (sorry I've updated app centre and it might be different if u haven't update)
2) Download 联系人同步服务, 日历同步服务, Google Playstore, Gmail and Google plus. The rest can be downloaded from playstore
3) After install, open either playstore or gmail and sign in
At this stage, Google is already setup properly with contacts sync just it cannot add multiple Google accounts. Workaround:
4) Open Google plus. Settings - add account
And voila. The phone is perfect now
There's also an OTA update for the LTE version which updates your phone firmware to 7D-503LV100R001C233B006
Cool new features includes double tap screen on, some control over notification flash light for messages and background battery optimization :good:

[APP] Google Maps Apk (Fully working with iOS)

Will navigation is not working.. but the app work with GPS
1- Download android wear apk tool from here
2- Enable Debug on the watch
3-Download Google maps Mini from here
4-Enjoy !
Fully tested with Huawei Watch
Fully tested with Huawei Watch
Click to expand...
Click to collapse
Thanks! I was going to try Google Maps but didn't expect it to work. Most apps which require data from the internet do not work, since there is no way for them to get the data (Android Wear does not currently provide a direct connection to the internet over bluetooth). But I was surprised to see that Google Maps does in fact work! Thank you
(I'm also using a Huawei Watch)
SomeGuyInOz said:
Thanks! I was going to try Google Maps but didn't expect it to work. Most apps which require data from the internet do not work, since there is no way for them to get the data (Android Wear does not currently provide a direct connection to the internet over bluetooth). But I was surprised to see that Google Maps does in fact work! Thank you
(I'm also using a Huawei Watch)
Click to expand...
Click to collapse
Yea i think its implemented but not yet public
google keep dos not work
i hope we see some standalone apps in the future and i hope they implement wifi sync with iOs
the app stops if I try to load it
moto360 and iphone5s
Mahdy89 said:
Will navigation is not working.. but the app work with GPS
1- Download android wear apk tool from here
2- Enable Debug on the watch
3-Download Google maps Mini from here
4-Enjoy !
Fully tested with Huawei Watch
Click to expand...
Click to collapse
It works also as a gps.
Open google maps on the smartwatch.
Open google Maps from the iphone (not ios maps) and select your destination.
You'll get instruction on the watch
i use Tic Watch from china,
i install google maps apk to my watch
when i open the app, maps tell me need to update android wear
how can i update ? any apk can use to install it ?
geraldlim said:
i use Tic Watch from china,
i install google maps apk to my watch
when i open the app, maps tell me need to update android wear
how can i update ? any apk can use to install it ?
Click to expand...
Click to collapse
I have figured it out. You can update by manually installing the newest version of android wear app from playstore to your watch.
First, get an apk file of androidwear(android version).
change the file name into .zip, and extract it.
Inside a folder named "raw" inside "res", you can find an apk file.
install it to your watch with adb commands.
(if it fails to install, use the "adb install -r xxx.apk" command)
after this, you can update the android wear app on your watch
Thanks for the tutorial!
This app also works on moto 360?
Huawei / Iphone 5s.
Installation worked, I do now have the Maps icon/app on the watch.
It does give the location where I'am and features a map around me.
But the update of the gps signal is slow (probably caused by the frequency of the android wear app/google maps refreshes it) and I can't use places nearby (nothing is nearby) and navigation.
Navigation started on the phone is not transferred to the watch.
Any possibilities in a more frequent gps signal/update?
niravsoni said:
Google Maps got Google Maps v9.21 new update with new drive mode feature :]Download APK From HERE[/URL]
Click to expand...
Click to collapse
This APK is not wear ready.
I guess the TS stripped a full APK to a wearable one, right?
Can this be done (again) with a more recent full APK?
niravsoni said:
Yes it can be done with this version.
Click to expand...
Click to collapse
First question: how?
And second, does it help wear users by e.g. faster gps responses?
I think it doesn't work any more... I have installed but iPhone 6 iOS 9.0.2 Google Maps (up to date) is not responsive to the watch. Or watch is not receiving packages from iPhone. Not sure... But it hangs at "Waiting for location". Nothing else.
Which apk did you use?
william_jc said:
Which apk did you use?
Click to expand...
Click to collapse
@william_jc, I have used both. First tried Mahdy's it was just working like a standalone app. No iOS completion.
Then stripped the latest version for wearable. That was same so far.
No navigation, no nearby, nothing. Just a dry map. I didn't figure out or found any solution yet to it.
Edit:
I'd like to answer your question also.
When you download a wearable supported apk (through apkpure.com ie.) extract it to a folder (7zip is doing it quickly). Apk is a sort of ZIP archive. You can either change the file extension to .zip file or directly right click and extract with 7zip etc.
Anyhow, go to /raw/res/ directory after extraction. You will find another *.apk file there. That is for wearable.
You can install it right away to your wearable. Though adb :
adb install XXXXX.APK
That much easy.
Raintech said:
@william_jc, I have used both. First tried Mahdy's it was just working like a standalone app. No iOS completion.
Then stripped the latest version for wearable. That was same so far.
No navigation, no nearby, nothing. Just a dry map. I didn't figure out or found any solution yet to it.
Edit:
I'd like to answer your question also.
When you download a wearable supported apk (through apkpure.com ie.) extract it to a folder (7zip is doing it quickly). Apk is a sort of ZIP archive. You can either change the file extension to .zip file or directly right click and extract with 7zip etc.
Anyhow, go to /raw/res/ directory after extraction. You will find another *.apk file there. That is for wearable.
You can install it right away to your wearable. Though adb :
adb install XXXXX.APK
That much easy.
Click to expand...
Click to collapse
Ok, same here. At least after the 1.4 update and using the first google maps.
That means: standalone map, no places nearby no navigation. Fair enough for me if the gps update time was shorter. Now it seems to update ones every 15 minutes or so. Should be every 10 seconds
I do understand the stripping now, although it seems a less smaller apk (the new one).
does this work on all adndroid wear?
Sir, Could u like to help me to remove bypass security in game iruna online, we cant play this game after it update to iruna 3.1.9E, this game doesnt work if we have chat app in our device, like xmod, gamekiller n others.
sorry me noob
Mahdy89 said:
Will navigation is not working.. but the app work with GPS
1- Download android wear apk tool from here
2- Enable Debug on the watch
3-Download Google maps Mini from here
4-Enjoy !
Fully tested with Huawei Watch
Click to expand...
Click to collapse
I am using windows 10 have Xperia Arc S , i want to unlock the boot loader i have the key of it from sony but i cannot install driver for S1boot Fasboot
Please help
if someone need how to start ADB on Mac, here is guide which helped me
http://stackoverflow.com/questions/31374085/installing-adb-on-mac-os-x
and i would like to ask if is possible change for there updated maps? I tried more versions but without any success:/
and I tried also find some another apps, but I can't, is here any topic with it?
Thank you very much.
Jozef

Porting atv 9 for t95max and other allwinner h6 / aurora store - no playstore

Well, its time of Android TV 9 for all AllWinner H6!!!
Install on your T95MAX or any box Allwinner H6 the rom of Pendoo X6 Pro
LINK https://drive.google.com/file/d/11_TqTWv2hjlHEiceNHtG87TTEod3nOTr/view
then flash it with PhoenixUSBPro PC Tool and connect the tv box to ethernet or wifi at first boot
In Display settings set the correct resolution for your TV, now must delete some files and folders with the help of titanium backup and of a root browser. This step is very important because the space on system is limited and, if you don t delete all unnecessary files, you will receive an error of no space left on device when will push in the system the files of ATV9.
With titanium backup delete the app called Google 9.94.5.21 arm
Delete also one to one all preinstalled apps from settings apps except Airplay and disable app called simply Google
Now with a root browser/explorer in data/app delete the folder called com.android.vendingXXX if exists
In system, delete with a root explorer the entire folder called fastpreinstall and all files in preinstall folder except DairScreen
delete in system/priv-app the folders called GmsCoreSetupPrebuilt and PhoneSky
delete in system/app the folders called lcx6pro and YoutubeTV2
Now, without reboot the box, open from a pc - located in the same network of the tv box - the file in this folder called cmd-here and give these commands one to one
adb connect IP ADDRESS OF YOUR TV BOX
adb root
again...adb connect IP ADDRESS OF YOUR TV BOX
adb remount
adb push app /system/
adb push etc /system/
adb push framework /system/
adb push priv-app /system/
adb push usr /system/
adb reboot
Enjoy Android 9 ATV!!!
NOTE 1 - I tried in every mode to include playstore of all the versions for android TV but always says that the device is incompatible or crash. For this reason i have insert stock google service that obviously not working in ATV but you can use Aurora Store or other markets for download all the apps that you want spoofing another device, work also apps in ATV format not only the normals.
NOTE 2 - The procedure flash the files of keylayout of T95MAX, then will work only the stock remote infrared of the T95MAX. If you have another device, use another remote controller with a dongle USB or, if you want use the stock remote, copy and substitute - with a root file browser- the folder keylayout located in /usr with that of your stock rom.
NOTE 3 - At every boot will request a prompt where you must decide what launcher use..ignore it clicking on anything of they and will start ATV 9!
NOTE 4 - If at first boot of ATV9 you receive errors of crash of system apps unnecessary as Keychain, please ignore it, you can disable it but the errors should disappear alone in few minutes and not return.
Thats all!
UPDATE - IF YOU WANT ENABLE CHROMECAST INSTALL THIS APK OF CASTRECEIVER https://drive.google.com/file/d/1RjX4mXVOVPmReMlGPHRadMopghh50_g5/view?usp=sharing
FILES ATV9 https://drive.google.com/file/d/1w1uBtPgHkk_jhvjSHuLzUKGYfjkNmPyE/view?usp=sharing
SCREENSHOT https://imgur.com/a/VrCx2Gp
VIDEO https://www.youtube.com/watch?v=GEMATh0fYkU
Nice! Will this work for the Android TX6S with Android 10?
The SoC is an Allwinner H616. I wonder if it makes a difference that it is Android 10.
Does Netflix, and HBO work?
The Play Store does not work, or is it possible to maintain the mobile one?
guide updated!
I had the same question. Did you try? Does it work?
Gaugamela said:
Nice! Will this work for the Android TX6S with Android 10?
The SoC is an Allwinner H616. I wonder if it makes a difference that it is Android 10.
Does Netflix, and HBO work?
The Play Store does not work, or is it possible to maintain the mobile one?
Click to expand...
Click to collapse
alienhead95 said:
I had the same question. Did you try? Does it work?
Click to expand...
Click to collapse
No, the only version of the playstore that works is the leanback 6.0.2 with a flash of the latest tvgapps / others playservices and playstore crashes or appeare a message that playstore is not compatible with device/....but adding this leanback working playstore create a big problem. All apps not only of this playstore... but also of alternative markets - such as aurora store and aptoide tv - are viewed in mobile version. The TV apps functionality is totally broken in this mode and TV designed apps not will work anymore. I cannot re add the playstore for this reason.
Regarding Netflix and HBO....HBO should works without problem the TV version as many others apps that i have tested...Netflix works fine but the black mobile version. this is a problem of all the TV boxes that have a widevine L3 certification and lack of level 1 DRM that Netflix ATV version requires.
Regarding the compatibility of my procedure with other Soc as Allwinner H616 not have tested but not should work because the ATV9 files used are for Android 9 designed. Should instead works with other Soc with Android 9 stock rom.
Thanks for replying
fosseperme said:
No, the only version of the playstore that works is the leanback 6.0.2 with a flash of the latest tvgapps / others playservices and playstore crashes or appeare a message that playstore is not compatible with device/....but adding this leanback working playstore create a big problem. All apps not only of this playstore... but also of alternative markets - such as aurora store and aptoide tv - are viewed in mobile version. The TV apps functionality is totally broken in this mode and TV designed apps not will work anymore. I cannot re add the playstore for this reason.
Regarding Netflix and HBO....HBO should works without problem the TV version as many others apps that i have tested...Netflix works fine but the black mobile version. this is a problem of all the TV boxes that have a widevine L3 certification and lack of level 1 DRM that Netflix ATV version requires.
Regarding the compatibility of my procedure with other Soc as Allwinner H616 not have tested but not should work because the ATV9 files used are for Android 9 designed. Should instead works with other Soc with Android 9 stock rom.
Click to expand...
Click to collapse
Then I won't risk it on mine TX6S since it is the Allwinner H616.
I think this one also only uses the black mobile version and there won't be much to do about that, but I don't care so much as long as content is played in Full HD. However, my ROM is faulty. First, it didn't accept my Google account. I reset the box and then it accepted but HBO, Vodafone TV app and Netflix don't work.
I haven't had time to play around with it, though.
Did someone solve the Netflix issue ? I cast the Netflix from my phone and they stuck with 3 dots loading on box
Help required. Update get stuck at 62% and abort
Dear sir, need your support trying updating firmware has bricked my device. Device does not light up now. When I connect to usb with PC PC detects the device and Phoenix USB pro and Phoenix suite starta update and it goes to 62% then it gives error. Phoenix suite says try with correct rom and Phoenix USB pro says error 0x161 download boot1 failed or one other rom it gives error 0x164 don't know error discreption . I have tried many roms even stock ROMs almost 5 version all give same error. Need help urgent please please please. Help me in getting device unbrixked
fosseperme said:
Well, its time of Android TV 9 for all AllWinner H6!!!...
Click to expand...
Click to collapse
Hello fosseperme!
Thank You for this titanic work!
Cool!!!
Everything is working good!
But there is a problem...
The "Home" button does not work on the Remote control.
On any Remote control:
- stock Remote control;
- bluetooth or radio Remote control (for example Rii mini i25a).
I tried to use different software for these purposes, which reassigns keys, for example the "Button Mapper", but other problems appear:
- the icons of the left row applications (recommendation channels) do not scale;
- when I launch applications (from the "Favorites") - appears "Menu" (as if I press a long "Ok").
Can fix it?
Thanks!
PS. Box - Tanix Tx6, 4/32.
PPS. Sorry for my English - it's not my native language.
Does anyone have the rom for this??? File can’t be found....
Can i run this Rom on my x96mate Box?
Chwo9 said:
Can i run this Rom on my x96mate Box?
Click to expand...
Click to collapse
No.
You have a other soc.
i have tanix tx6 box with stock android 9 rom.
Do i still have to flash pendo x6 pro rom?
İf i only install atv9 files, will it work?
link not working bro pls fix it
We would all appreciate if new link can be added. Current one seems to be deleted Thanks in advance.
Burs said:
We would all appreciate if new link can be added. Current one seems to be deleted Thanks in advance.
Click to expand...
Click to collapse
I really cant deal with this stupid aosp tablet tv box firmware
Kuraiikagee said:
I really cant deal with this stupid aosp tablet tv box firmware
Click to expand...
Click to collapse
I have Tanix TX6 and it's driving me nuts with bugs and low performance. If I don't find any replacement firmware, it's going straight into trash bin.
Burs said:
I have Tanix TX6 and it's driving me nuts with bugs and low performance. If I don't find any replacement firmware, it's going straight into trash bin.
Click to expand...
Click to collapse
Well this same guy has posted an atv 7 thread the links work perfectly just go on his profile and you can find it
Kuraiikagee said:
Well this same guy has posted an atv 7 thread the links work perfectly just go on his profile and you can find it
Click to expand...
Click to collapse
Thanks! Downloading it right now. I don't care about android version, I just want a more usable tv box. Will try it as soon as I find some free time..

Categories

Resources