[Q] Google play on HCL ME U1 - Android Q&A, Help & Troubleshooting

I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.

droidfan88 said:
I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
Click to expand...
Click to collapse
Try modifying your build.prop file, specifically ro.product.device to maguro and you can also try modifying ro.product.model to Galaxy Nexus.
Code:
ro.product.model=Galaxy Nexus
ro.product.device=maguro
Hopefully this should greatly increase your app compatibility as pretty much every app out there is compatible with the Galaxy Nexus. If this doesn't work you can always try side-loading the APK files of the apps your really want that the play store claims are "incompatible". Let me know if this helps

shimp208 said:
Try modifying your build.prop file, specifically ro.product.device to maguro and you can also try modifying ro.product.model to Galaxy Nexus.
Code:
ro.product.model=Galaxy Nexus
ro.product.device=maguro
Hopefully this should greatly increase your app compatibility as pretty much every app out there is compatible with the Galaxy Nexus. If this doesn't work you can always try side-loading the APK files of the apps your really want that the play store claims are "incompatible". Let me know if this helps
Click to expand...
Click to collapse
Well, the apps now show as compatible, but I get different errors after clicking on download.

droidfan88 said:
Well, the apps now show as compatible, but I get different errors after clicking on download.
Click to expand...
Click to collapse
Try running fix permissions utility.
Sent from my SCH-I535 using xda premium

Do I have to fix permissions for Google Play??

droidfan88 said:
Do I have to fix permissions for Google Play??
Click to expand...
Click to collapse
Yes, the easiest way is to use ROM manager and select the fix permissions option or you can use the fix permissions app you can find in the play store.
Sent from my SCH-I535 using xda premium

Anybody Stock rom?
CAn anyone give me the link to the original .ftf of HCL u1...please i wanna restore my tab to default...

droidfan88 said:
I have HCL Me U1 tablet with following things done on it:
1) Rooted
2) Google Play installed
3) Display DPI changed to 120
My problem is that many popular apps on Google Play are incompatible with it. The display resolution is 800x480, which is standard.
How do I make it compatible with Google Play??
Searching for incompatibility, gave some results about display DPI, but it did not solve my issue.
Click to expand...
Click to collapse
tell me the procedure to root which u used ?

========================================================================================================
Play Store installation for Non Supported Tablets and Smartphones
there are 2 options for installing the playstore
I.without rooting(Stable)
II.with rooting(non stable)
I.Procedure for stable playstore installation:
1. Download android SDK(need java installed in system) and install SDK platform tools(adb and fastboot)
link: http://developer.android.com/sdk/index.html
2. Download latest Supported Gapps File zip
link: http://goo.im/gapps/
3. Extract the gapps folder to android tools and follow the below commands(one by one)
====================================================
Open cmd in android tools folder with admin rights
adb devices
adb root
adb push Vending.apk /system/app
adb push GoogleLoginService.apk /system/app
adb push GooglePartnerSetup.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push MarketUpdater.apk /system/app
adb push OneTimeInitializer.apk /system/app
adb push SetupWizard.apk /system/app
adb push com.google.android.youtube.apk /system/app
====================================================
note:- If you dont want youtube, please avoid last command!
Done.....
4. Now just reboot your phone and use your playstore...
I am also attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy..
.please post your comments also...
=========================================================================================================
=========================================================================================================
II.Playstore installation with Rooting:
1. Download unlockroot app from www.unlockroot.com and install it
2. Download android commander PC and install it
3. Download gapps ICS/JB build accoring to your device and extract the app folder
4. Connect your device and rununlockroot app
It starts rooting your device and ask for battery saver installation...click no and again it will ask for reboot, Dont reboot(Press no)
5. Now open android commander and check the root access, you have root access now.Now copy the files from the app folder(extracted gapps zip) to the system/app folder of device(only copy files).
6. just restart and check play store is working.
7.if you are getting server error after registration/sign in to playstore.(just go and edit ro.product.device=d2att in build.prop file(don't edit other fields) and reboot your device)
8.it works perfect
=========================================================================================================

ansaziz777 said:
========================================================================================================
Play Store installation for Non Supported Tablets and Smartphones
there are 2 options for installing the playstore
I.without rooting(Stable)
II.with rooting(non stable)
I.Procedure for stable playstore installation:
1. Download android SDK(need java installed in system) and install SDK platform tools(adb and fastboot)
link: http://developer.android.com/sdk/index.html
2. Download latest Supported Gapps File zip
link: http://goo.im/gapps/
3. Extract the gapps folder to android tools and follow the below commands(one by one)
====================================================
Open cmd in android tools folder with admin rights
adb devices
adb root
adb push Vending.apk /system/app
adb push GoogleLoginService.apk /system/app
adb push GooglePartnerSetup.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push MarketUpdater.apk /system/app
adb push OneTimeInitializer.apk /system/app
adb push SetupWizard.apk /system/app
adb push com.google.android.youtube.apk /system/app
====================================================
note:- If you dont want youtube, please avoid last command!
Done.....
4. Now just reboot your phone and use your playstore...
I am also attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy..
.please post your comments also...
=========================================================================================================
=========================================================================================================
II.Playstore installation with Rooting:
1. Download unlockroot app from www.unlockroot.com and install it
2. Download android commander PC and install it
3. Download gapps ICS/JB build accoring to your device and extract the app folder
4. Connect your device and rununlockroot app
It starts rooting your device and ask for battery saver installation...click no and again it will ask for reboot, Dont reboot(Press no)
5. Now open android commander and check the root access, you have root access now.Now copy the files from the app folder(extracted gapps zip) to the system/app folder of device(only copy files).
6. just restart and check play store is working.
7.if you are getting server error after registration/sign in to playstore.(just go and edit ro.product.device=d2att in build.prop file(don't edit other fields) and reboot your device)
8.it works perfect
=========================================================================================================
Click to expand...
Click to collapse
Yes, I am able to Root HCL ME u1 table
Try this link to install google play store and root the HCL ME U1:
LINK: http://tabletkinghcl007.blogspot.in/
unlockroot app is not working or able to root HCL ME U 1 tablet so try this link to roo and install google play store in HCL ME U1.

non rooted method is safe....its working in all me tablets....

What is ur ARM version?? Most apps are incmpatible on ARMv6 or less. If it is ARMv7 or more than your mobile might not be supported. And dont edit build.prop as it causes many apps to stop running and u wont even be able to see them in applications when u press the apps button on homescreen.
Hope i helped you .
Sent from my GT-S5360 using XDA-Developers App.

electrux.chirag said:
What is ur ARM version?? Most apps are incmpatible on ARMv6 or less. If it is ARMv7 or more than your mobile might not be supported. And dont edit build.prop as it causes many apps to stop running and u wont even be able to see them in applications when u press the apps button on homescreen.
Hope i helped you .
Sent from my GT-S5360 using XDA-Developers App.
Click to expand...
Click to collapse
======================================================================================================
No Need to edit Build.prop..............Simply use my download link and run the bat file....no build.prop edit...enjoy...
Attaching a Playstore_youtube_Installation_non market_supported_device.rar file. If you dont want troubles. just download from the link(http://www.mediafire.com/?cc8op8y1tczaqe3) and extract the folder(make sure java is installed) and just run playstore_install.bat file with connecting your device.It will do everything for you.........enjoy.
======================================================================================================

Custom Rom HCL ME U1 Tablet
Try this link to Install CWM recovery on HCl ME U1 and also Root The HCl ME U1 tablet Link: http://tabletkinghcl007.blogspot.in/

HELP!!!!
jjv007 said:
Try this link to Install CWM recovery on HCl ME U1 and also Root The HCl ME U1 tablet Link: http://tabletkinghcl007.blogspot.in/
Click to expand...
Click to collapse
I used your method, everything is fine, google play works, tab is rooted... but the tab keeps freezing when switching off or rebooting.
AND . WiFi once turned off doesnt turn on again. Because of these issues i have to reset the tab every now and then and its getting irritating!!!!! please provide me with a solution or give me the stock ROM if possible. Please Help!!

jashamara said:
I used your method, everything is fine, google play works, tab is rooted... but the tab keeps freezing when switching off or rebooting.
AND . WiFi once turned off doesnt turn on again. Because of these issues i have to reset the tab every now and then and its getting irritating!!!!! please provide me with a solution or give me the stock ROM if possible. Please Help!!
Click to expand...
Click to collapse
anyone?!??!?!?!??!?!?!?

Related

GApps on the Nook Tablet

Ok (after rooting) here is how I installed GApps (Market, Google Framework, etc) on the Nook Tablet, as well as the steps I took to stabilize everything...
1. Downloaded GApps package from goo-inside.me and extracted files.
2. Deleted the setupwizard.apk file from the set of extracted files (in the system\app folder).
3. Copied "system" folder from extracted files to tablet via USB.
4. Used Root Explorer to remount /system and copy files into their designated locations, and also set permissions (644) on all copied apk's in /system/app folder.
5. Rebooted.
6. Ran the market, signed in with my Google account, and downloaded/installed Superuser. Ran the binary update within the app.
7. Install any additional apps from Android Market.
8. Profit.
Known issues...
1. If setupwizard.apk ends up on your tablet you will not be happy.
2. A factory reset is recommended after installing GApps (though probably not necessary).
3. Not all apps show in the Market. Perhaps a build.prop tweak will fix this???
Enjoy!!!
this is a second good news after rooting!
anlong:
Use either wireless adb found here: https://market.android.com/details?id=siir.es.adbWireless
or use debugging toggle found here: http://code.google.com/p/secure-set.../detail?name=ADBWidget-0.2-alpha.apk&can=2&q=
^ instructions for that:
Download ADBWidget.apk
Copy ADBWidget.apk to /system/app (you can use root explorer or something.)
Add ADBWidget to your home screen
Anlog,
I was able to get SuperUser installed following the directions on the other discussion! Thanks for much for all your hard work.
Working on getting Google Apps installed right now.
Update: Well I have SuperUser on my Nook, but whenever I try to copy anything to \system\app it tells me I don't have permissions. Looks like I can't get root to actually run.
run chmod 4755 /system/bin/su
which version of Gapps do I need Cyanogen 6 MDPI?
Make sure root is fully working before you try to install GApps. Use the latest ones for CM7 (I think its from August). You need to remount /system as RW before copying the files and setting permissions. Root Explorer lets you do all of that.
All of this could be done with an ADB script as well, but I won't have time to write one today. Anyone?
anlog said:
3. Not all apps show in the Market. Perhaps a build.prop tweak will fix this???
Enjoy!!!
Click to expand...
Click to collapse
Chainfire should fix it too, and youll be able to run all the tegra 2 also.
Drewmungus said:
Chainfire should fix it too, and youll be able to run all the tegra 2 also.
Click to expand...
Click to collapse
Do not install chainfire! I just tried it and it boot-looped, had to force factory restore.
Finally figured out what was wrong initially, root does not seem to work unless you manually enter commands. Attempted market setup, for some reason it is still force closing every time. Any chance someone who got it working could upload exact files they used.
bkerk25 said:
Finally figured out what was wrong initially, root does not seem to work unless you manually enter commands. Attempted market setup, for some reason it is still force closing every time. Any chance someone who got it working could upload exact files they used.
Click to expand...
Click to collapse
What gapps did you use?
I used the cyanogen 7 universal gapps.
Well, I may have royally screwed up. I followed this tutorial, and I copied over the entire Apps folder from the gapps download. Now I get numerous force closes, and I have no keyboard! Any suggestion?
theundeadelvis said:
Well, I may have royally screwed up. I followed this tutorial, and I copied over the entire Apps folder from the gapps download. Now I get numerous force closes, and I have no keyboard! Any suggestion?
Click to expand...
Click to collapse
I ran into issues copying the whole folder over. I am currently running the google market though.
do everything one step at a time, install the googleframework first (from the directions on the kindle page), then do the market. I ran into the first time through the market would not actually connect so I rebooted the NT.
*note*
each time you reboot your NT you need to go in and what appears is toggle the usb debugging off then on, same with the "auto mount", and I did the unknown sources as well (not sure if this is necessary). It appears a reboot resets the flags and our menu isn't actually writing the settings so you have to toggle it.
Push comes to shove, start over with fresh reboot. It took me a few times (as it probably did others as well).
ok, so can someone who is patient tell me where I need to copy the system folder? help the feeble minded, please.....
JoeM01 said:
ok, so can someone who is patient tell me where I need to copy the system folder? help the feeble minded, please.....
Click to expand...
Click to collapse
lol, i have been struggling with this exact same thing. for those of us who cant fill in the blanks of the brief instructions we need an exact step by step please
suicideclown said:
lol, i have been struggling with this exact same thing. for those of us who cant fill in the blanks of the brief instructions we need an exact step by step please
Click to expand...
Click to collapse
It needs go in system/apps
Drewmungus said:
It needs go in system/apps
Click to expand...
Click to collapse
i'm copying from the system/apps directory (unzipped gapps files), to where on the nook?
I tried copying the files into several locations, but nada.
this is literally the last thing need to knock out for me to be set until the days of ported roms.
please. halp (lelu dallas, multipass).
Drewmungus said:
It needs go in system/apps
Click to expand...
Click to collapse
that part is clearly stated but using root explorer and getting it to mount doesnt seem to work properly on my device. I have root and superuser. titanium backup works fine. for some reason root explorer on es explorer says it fails every time
-1 Go download latest Gapps and extract the contents to your HD. There will be two folders, one of which is "system."
-2 In the system folder there will be more folders, one of which is "app." Inside of app are all the system APKs.
-3 Detele SetupWizard.apk
-4 Now copy the app folder to the root of your NT SD card via USB.
-5 Next step you need to use ADB or Root Explorer...I used Root Explorer.
-6 Open root explorer, then go to sdcard and you should see the APP folder you copied.
-7 Once there, hit menu -> multi select > then put a check mark to what you want copied then hit the copy button.
-6 now hit back untill you're back in the root
-8 Then navigate to system, and at the top you should see button "Mount RW" hit that button.
-9 Then go into the App folder, and hit paste.
-10 All the selected APKs are now in the system/app folder.
-11 Now you need to give each of the copied apps permission by long-clicking on it till a menu comes up, hit permissions, then check all the check boxes next to "Owner"
-12 After you did that to all the apps hit the "mount RO" button on top of the screen
-13 Reboot the NT.
That should do it...hopefully I havent missed anything.

[Request] Stock Galaxy S III SamsungCamera.apk and .odex

Hi guys!
Could someone upload the original SamsungCamera.apk, please? Because when I'm tried to install HX Camera mod, i put the two files into a zip, when the Root Browser crashed. The two files were gone, and the zip became corrupt. After this, i put the mod to system\app. On the first run, it worked, but after a while it crashed. I run the camera again and it crashed after a time, again, and again. So I decided to try the video. And now it doesn't even want to start. So that's why i request the stock camera, and please upload as soon as possible. Thanks.
File download camera stocks galaxy s3 : http://205.196.122.34/ejrcy4z4l9wg/d45a3iccd6hok6t/Camera.apk
devid801 said:
File download camera stocks galaxy s3 :
Click to expand...
Click to collapse
So, I downloaded this app and I've moved it to /system/app folder and I've tried to install it and it simply says "not installed". I've been searching the net for days now. I've done the following.
1. Root access for Apps and ADB
2. I deleted the CN 9 mod camera app in the /system/app folder (Is there something else that I need to delete?)
3. Installed Busy Box, Astro, ES File Explorer and Easy Installer
4. I successfully installed other stock apps such as S Voice.
I've found similar questions on the net, but no answer. Please help me out!
Set permissions to read write execute / read /read usint root explorer.
Reboot in recovery , wipe cache and dalvik.
Reboot.
That should do the trick
Monteillard said:
Set permissions to read write execute / read /read usint root explorer.
Reboot in recovery , wipe cache and dalvik.
Reboot.
That should do the trick
Click to expand...
Click to collapse
Thanks but no dice. I narrowed it down to few possible reasons, all of which I would need help with.
1. Even though, my options say that I'm rooted for "Apps and ADB", I don't think I'm "Fully rooted" as Android Commander still says "no root".
2. I don't have the right drivers. I was told that the "service drivers" are different than the normal USB drivers I get when I plug in my phone and maybe that's why Android Commander might not fully recognize my phone.
3. Permissions. I keep reading about read/write permissions, but maybe the options that I'm looking at is not the same "R/W" in question. I don't know.
4. Everything is correct and I just don't know what I'm doing
So, I realized that the app is a "read only" apk and it wont let me change it's permission in Root Explorer. Is there a way that I can change it? Or does anyone have another SG3 camera apk?
So, after extensive research, it has been reported that particular app doesn't work on custom roms.
Almalieque said:
So, I realized that the app is a "read only" apk and it wont let me change it's permission in Root Explorer. Is there a way that I can change it? Or does anyone have another SG3 camera apk?
Click to expand...
Click to collapse
U can change it actually in root explorer. At the top right there's R/O, click it so it'll be R/W.. from there u can change its permission. I know this is pretty obvious, but this may help u out. cheers!
Sent from my GT-I9300 using xda premium

[UPDATED 11/1/2012] [Exclusive] Unreleased Gmail 4.2 APK With Pinch-To-Zoom

Now that the dump is out, im hosting the gmail apk again! enjoy!
here it is guys, the newest Gmail 4.2 Reported to be working for Android 4.0+, rooted devices only. If you are having issues with 'waiting to sync', clear app data under settings and try again
Installation Option 1:
uwdus said:
Uninstalled old apk with Titanium -> Reboot -> Installed new Gmail apk with explorer -> Reboot - Done
Click to expand...
Click to collapse
Installation Option 2:
The Gmail 4.2 APK is signed by Google, but with a different key than the one in the Play Store (we checked the signatures - they differ). One is probably the test key and the other the production key. For this reason, you can't simply install it as an update and therefore need to be rooted with the ability to mount the /system directory for writing in order to remove the existing Gmail APK.
OK, let's get down to it. You'll probably need ADB installed on your computer (here's an easy way that doesn't require downloading the Android SDK). There is a chance that this might work without ADB by just removing the APKs mentioned below and installing the new one, but it didn't seem to work reliably for everyone. This should, though:
1. Download Gmail 4.2 from one of the mirrors above.
2. Rename it to Gmail2.apk.
3. Make a Nandroid backup in case something goes wrong (this is always a good thing to do before messing with your device).
4. Delete (or move if you want to save the APKs) all other versions of Gmail. Usually there are 2 or 3 copies. One will be in /system/app (that's the original Gmail that was pre-installed on the device) and there may be a few in /data/app (these are the updates installed from the Play Store). They'll be called "Gmail.apk," or "com.google.android.gm-[number].apk," An easy way to tell is to look for the Gmail icon.
5. You may need to delete the .odex files matching the APKs in step 4 too, if you have them. Neither I nor Artem had to do this, but there are many different ROMs out there, and we're trying to cover all bases. Ignore this step and only come back to it if something doesn't work later.
6. Reboot. Once you do, you should have no Gmail as far as Android is concerned.
7. You can try to install the Gmail 4.2 APK you downloaded at this point by tapping it in your favorite file explorer (move the APK to your device first, of course). If that doesn't work, or if you prefer ADB, fire up a command line and type adb install Gmail2.apk.
If you get an error message, you probably didn't delete all copies of Gmail. If you don't feel like playing with ADB for Step 7, I've also gotten it to work by just copying the APK to /data/app, but that's not as fool proof as "ADB install".
Click to expand...
Click to collapse
get it here
Video review courtesy of qbking added
original link: http://www.androidpolice.com/2012/1...ed-gmail-4-2-apk-with-pinch-to-zoom-and-more/
Ur always finding something cool...good job maan !!
Sent from the boulevard of shattered Screen!!
Perry977 said:
Ur always finding something cool...good job maan !!
Sent from the boulevard of shattered Screen!!
Click to expand...
Click to collapse
Lol...np bro, enjoy!
Sent from my SGH-T999
1-up for u thanks
bump, apk is back in the OP!

[Q] How to Force Install APK

Hi, XDA Dev. Why when I Install some apk, says Application Not Installed?
Give me a how to
Bcoz ur phone is not compitanle with that app.... Wrong section... Reported...
Sent from my A210 using XDA Premium HD app
Sometimes we can use them by copying apk to data folder. Just copy the apk file to "/data/app folder and sey the permission. And reboot.
Sent from my GT-I9300 using Tapatalk
Hi very_lie, need specifics, what method are you using- ADB? Are you rooted? What app- is it compatible with your device, app store(play/aptoide) will tell you yea or nay. Assuming you are rooted, use a good file manager, go into settings of the file manager, give it root permissions, and change mount system folders to writable, they will be read only originally. Find out where the app needs to go. For example, earlier today, I replaced talkback app because the version that came with custom ROM force closed. Google came out with an update recently that works for me. In file explorer, went to /system/app to find out what its called- talkback.apk. Downloaded v. 3.5 from aptoide(be careful), renamed it talkback.apk. go to /system/app, deleted older talkback.apk, go to data/dalvic cache and delete system @ app @ talkback.apk @ classes.dex Took renamed apk, copied it(from sd), just long press on the file and options come up, select copy. Navigated to /system/app and paste it there. Reset permissions, again long press hit permissions, will probably at rw-rw-rw, change to rw-r--r-- read write, read, read. Reboot. Upon reboot, may say android is upgrading-all is good-dalvic cache is building. Now with certain apps you will want to delete its data- in /data/data. For this app didn't need to. Also some apps can't be put in /system/app. On my phone HTC Evo 3d, ones like facebook, Twitter, translate and other google app can. Ones like Skype n dropbox cannot- they forced closed and can cause others to misbehave. So open up your app n see if it works. Go back into file manager, /data/data and make sure your app's permissions are rwxr-xr-x. Hope this helps, follow this same format when putting"forcing" app on data partition- /data/app
Sent from above using Xparent Blue Tapatalk 2
I revived the topic after so much time to thank the contribution that helped me to reinstall a service that I uninstalled by mistake in my Note8.
Thank you very much!
Regards
It's easy done wit "adb install <app.package.name>"
Do it without a PC...
Regards
gatul said:
Do it without a PC...
Regards
Click to expand...
Click to collapse
I've got a old version of APK editor pro , that I can use . Version 1.00 to bypass any install errors .. don't ask me how to get it though. Regards :angel:
Of course I could also have flash stock firmware again but I needed a simple solution to use the media I had available at that moment, only two Note 8 (mine and my wife's to extract the apk) and little 3g signal (when I had) to find a solution.
I appreciate the recommendations after having solved the problem but the object of my post was to thank for the help, the rest are anecdotes.
Regards
fil3s said:
I've got a old version of APK editor pro , that I can use . Version 1.00 to bypass any install errors .. don't ask me how to get it though. Regards
Click to expand...
Click to collapse
How to get it?

ALL IN ONE ZIP[HwIntelligent, CallRecord, HwParent, Autorun, HwMusicCutter, HpPlugin]

This is the all in one zip file with some extra functionality for honor 6x.
The file will give you some useful utilities like hw intelligent , call record , autorun, hp plugin, music with cutter, parent control.
REQUIREMENT:
1. ROOT , TWRP RECOVERY.
2. ANY ROOT EXPLORER.
STEPS:
1. OPEN ANY ROOT EXPLORER AND NAVIGATE TO SYSTEM/PRIV-APP/GOOGLE PACKAGE INSTALLER
2. DELETE THE FOLDER GOOGLE PACKAGE INSTALLER.
3. REBOOT TO RECOVERY , FLASH THE DOWNLOADED ZIP .
THATS IT , YOU HAVE DONE IT.
Download links below :
http://gestyy.com/wrLHXH
screenshots
http://gestyy.com/wrLGLz
Thanks
XDA:DevDB Information
EXTRA UTILITIES FOR HONOR 6X, Tool/Utility for the Honor 6X
Contributors
Khan ubaid
Version Information
Status: Testing
Created 2017-11-05
Last Updated 2017-11-05
It doesn't work on 6X BLN21, bootloop on start after flashed the zip !
MiPiMok said:
It doesn't work on 6X BLN21, bootloop on start after flashed the zip !
Click to expand...
Click to collapse
You can go for manual setup ,
1. Extract the zip file, you will get HwCallrecord, HwParent, HwIntelligent under system/app
and PackageInnstaller, HwMediacenter, HpPlugin under system/priv-app.
2. Copy these files in corresponding directory by using any root explorer under root/system/app and root/ystem/priv-app.
3. If you want package installer with autorun and backgroung run facility, you have to delete the GooglePackageInstaller under /root/system/priv-app/GooglePackageInstaller.
4.Give permission to the apk files as well as folders, How? go through screenshots.
5. Reboot, Enjoy
Any queries, you can ask....
Remember to give permission to every folders and files you place or replace...
MiPiMok said:
It doesn't work on 6X BLN21, bootloop on start after flashed the zip !
Click to expand...
Click to collapse
Permission to odex file also...
http://q.gs/Dx2KW
Done ! And it works, thanks.
Welcome buddy...
Hi, I've got problem with HwParent and HwIntelligent, how install them if they are not installed in the original ROM...because I can't install them normally...package corrupt it says me....
you cannot install them normally, they have to be placed in the system partition and changing the permission as i have already given the screenshots...
Thank you
Hey,
thank you for explaining the manual way - that helped me a lot and also fixed a second problem i have had.
The problem was, that after the update my FM Radio was gone.
I found the app here but i cant push files by ADB as root. So i just installed doing the same way:
i copied the apk to an own folder to /system/app/ , set permissions, rebbooted and it worked perfect.
all your apps are working too.
Except the parental controll - i didnt install it because nothing planned yet... ^^
starkeeper2018 said:
Hey,
thank you for explaining the manual way - that helped me a lot and also fixed a second problem i have had.
The problem was, that after the update my FM Radio was gone.
I found the app here but i cant push files by ADB as root. So i just installed doing the same way:
i copied the apk to an own folder to /system/app/ , set permissions, rebbooted and it worked perfect.
all your apps are working too.
Except the parental controll - i didnt install it because nothing planned yet... ^^
Click to expand...
Click to collapse
Thats good.... keep it up,,
and about parent control should work too, after installing by the given procedure is done,,, you will find it under setting/additional setting /student mode
Khan ubaid said:
you cannot install them normally, they have to be placed in the system partition and changing the permission as i have already given the screenshots...
Click to expand...
Click to collapse
OK sorry, it was badly asked... I did it as you explained and I succeed to install them but I can't find where to activate them... Now, I find the parent control in the advanced settings with the "student app" with the last post and it works but where I can find or activate the "intelligent" smart assistance app ? And about the package installer, I pasted it in the priv-app file but what happens now ?
MiPiMok said:
OK sorry, it was badly asked... I did it as you explained and I succeed to install them but I can't find where to activate them... Now, I find the parent control in the advanced settings with the "student app" with the last post and it works but where I can find or activate the "intelligent" smart assistance app ? And about the package installer, I pasted it in the priv-app file but what happens now ?
Click to expand...
Click to collapse
After you paste the package installer and gave permission , you have to delete( or cut to make a copy of ) google package installer,,, it will be activated when you remove google package installer folder in the same directory
link dead
Link dead need mirror for the same
.
does anybody have the apps from the link?
can someone reupload it?

Categories

Resources