Related
After I rooted my Samsung Galaxy Tab 10.1 my Gmail Widget went missing. Please help me getting in it back.
You need to reinstall using the .apk manually. Download a root explorer (ES File Explorer is a good free one). Go in settings and give it root access + mount for writing. Then, go into the /system/app folder, find the Gmail.apk file and open it. Hit uninstall, then install. If this doesnt work, rename the Gmail.apk to something like Gmail.bak, reboot, and then rename it back to Gmail.apk.
You can do this off adb / term. as well if you know how
gmail missing now?!
Okay, I went to try this, and uintalled Gmail.apk, but now it's gone so I can't re-install it. Ack! Help! Please!
Okay, for anyone else who makes the same mistake and doesn't back up the apk before installing... reflash the rom for the full ota update, and it brings back gmail! yay!
caboos3 said:
You need to reinstall using the .apk manually. Download a root explorer (ES File Explorer is a good free one). Go in settings and give it root access + mount for writing. Then, go into the /system/app folder, find the Gmail.apk file and open it. Hit uninstall, then install. If this doesnt work, rename the Gmail.apk to something like Gmail.bak, reboot, and then rename it back to Gmail.apk.
You can do this off adb / term. as well if you know how
Click to expand...
Click to collapse
Hmm, I've tried this and still no. Even tried the re-flash with OTA update, no luck. When I select/open the Gmail.apk, it doesn't give me an uninstall option, just install. Here's what I've tried:
1. Open gmail.apk to reinstall (no uninstall option)
2. Rename gmail.apk to gmail.bak, reboot, rename back to gmail.apk, no luck (tried reboot after rename back to .apk, too)
3. rename to Gmail.bak, reflash with OTA update (which does bring back the gmail.apk)
Other thoughts?
Thanks!
slotbumwaller said:
Hmm, I've tried this and still no. Even tried the re-flash with OTA update, no luck. When I select/open the Gmail.apk, it doesn't give me an uninstall option, just install. Here's what I've tried:
1. Open gmail.apk to reinstall (no uninstall option)
2. Rename gmail.apk to gmail.bak, reboot, rename back to gmail.apk, no luck (tried reboot after rename back to .apk, too)
3. rename to Gmail.bak, reflash with OTA update (which does bring back the gmail.apk)
Other thoughts?
Thanks!
Click to expand...
Click to collapse
Ok, solved it by:
In a terminal
su -
cp /system/app/Gmail.apk /sdcard/Gmail.apk
rm -fr /system/app/Gmail.apk
reboot
Open ES File Explorer
Open (install) /sdcard/Gmail.apk
Voila!
I apologize for this (seemingly) really easy question, but: How do you do this?
"Go in settings and give it root access + mount for writing."
[I have rooted my device, and suffer from the same problem; I installed ES File Explorer too.. I've been in the Settings, and don't see 'root access' anywhere]
armondob said:
I apologize for this (seemingly) really easy question, but: How do you do this?
"Go in settings and give it root access + mount for writing."
[I have rooted my device, and suffer from the same problem; I installed ES File Explorer too.. I've been in the Settings, and don't see 'root access' anywhere]
Click to expand...
Click to collapse
1. Tap the Menu icon (next to the Task Switcher icon when you open ES FE)
2. Tap 'Settings'
3. Scroll to the bottom and select 'Root options (NEW)'
4. Check both boxes (Root Explorer and Mount File System)
Hey there, I just saw your post.. this part about:
"reflash the rom for the full ota update" to bring back gmail - I was under the impression that I already flashed the ROM for the 3.1 OTA.. did I not? Or do I just have to do it again?
Just putting the Tab into Downloader Mode and select the 'left' option, and select the 3.1 OTA file again ?
armondob said:
Hey there, I just saw your post.. this part about:
"reflash the rom for the full ota update" to bring back gmail - I was under the impression that I already flashed the ROM for the 3.1 OTA.. did I not? Or do I just have to do it again?
Just putting the Tab into Downloader Mode and select the 'left' option, and select the 3.1 OTA file again ?
Click to expand...
Click to collapse
Not sure which guide you followed, but I followed this:
galaxytabhacks.com/galaxy-tab-10-1-hacks/how-to-root-galaxy-tab-10-1
I re-flashed with hc-3.1_ota-full_sam_tab_10.1.zip, but I don't think you need to if you backed up your Gmail.apk to /sdcard
If you didn't back up the Gmail.apk file and it's gone, you'll need to either re-flash with this file (under step 5 in the page I linked to) or reset to factory.
Hi, I've tried everything stated here it doesn't work.
I can't rename the apk. file as it says it's a file system read-only.
In a terminal
su -
cp /system/app/Gmail.apk /sdcard/Gmail.apk
rm -fr /system/app/Gmail.apk
reboot
Open ES File Explorer
Open (install) /sdcard/Gmail.apk
Can someone further explain this steps? maybe I did something wrong.
*******************************
It's fine I made an mistake, on the es file explorer, I thought I gave it access but apparently I did not. Thank you.
When I followed Step 5 again, the menu I got was:
- No
- No
- No
- No
- No
- Yes - Install /sdcard/update.zip (not the <samsung_root.zip> file like it's supposed to be)
- No
- No
I even recopy/pasted the .zip file from my laptop into the root folder of the Tab 10.1, and redid it - same listing. I'm not sure why it's not showing the file again..
Since I cant post in development section I will ask here if someone can help me. I have U8800 with 2.3 stock rom and I cant remove stock apps (swype in my case).I am rooted with DooMLoRD_v3_ROOT and SU is instaled. I did find apk file (/cust/hw/default/apk) but I am not able to remove it. I tried with titanium backup, root explorer, terminal emulator (cant find target) and with super manager.It seems like I am half rooted as root explorer cant mount rw in cust directory but works in system directory.Any idea is welcome,thank you!
You need to do it manually via adb shell. First to mount the partition as rw and then to remove it. I want to remove this file too, so I' ll try it asap.
EDIT:
I tried but this partition which is on /dev/block/loop0 cannot be mounted rw, I get a permission denied error.
.
In pinkscreen mode delete cust.image file,then delete apps with titanium backup.
We want to delete only some apps.
With your way we loose all huawei' s custom configuration, it' s like we don' t install step3.
This is not a solution.
I hope that we can find solution for this as I want to instal costum swype with my language enabled (slovenian) and can not do it untill I remove stock one. If any of you can post in development section maybe you can ask there if they know the solution for this, thank you!
I fixed it.
I deleted all unneeded apks (stock apps) that stored in cust.img
My method;
1. On Slitaz Linux 3.0
2. Open terminal
3. Copy cust.img from phone to /home folder
4. mkdir tmp
5. mount cust.img /home/tmp
6. cd /home/tmp/hw/default/app
7. Delete apk files what you don't want
8. unmount tmp
9. Copy cust.img from /home folder to phone
Ok, but I dont have linux or terminal on my computer. Is there any way to do this via terminal emulator on the phone? Or is there some step by step guide how to do it as I am not really familiar with terminal or its use.
http://www.multiupload.com/EKPGJ7EUGO
This is "cleared" cust.img. That contains only these apks;
BeyondTheSkyTheme.apk
Calendar.apk
CalendarProvider.apk
DeskClock.apk
ToolBox.apk
1. Download this rar archive and open it.
2. Start your phone in pink screen mode
3. Backup original cust.img to your computer
4. Copy "cleared" cust.img from rar to phone.
Thank you,I managed to install swype in my language and it works great. I was wondering if there is any chance to extract all factory .apk files and post them somewere so people could donload them and install them if they want. I am missing that weather clock widget but swype is far more important to me, so thank you again to make it possible.
This rar archive contains all apks that stored in cust.img -->> http://www.multiupload.com/8DWKNVTXML
Just copy apk file (which ones do you want) to "/system/app" folder and restart.
or
This is only TotemWeather.apk -->> http://www.multiupload.com/IWX7U3G5FU
Just copy to "/system/app" folder and restart.
Thank you, you are the best. Will this cust.img work with 2.3 beta which will be released this thursday according to Huawei? If not I wont update again as I just managed to adjust phone to my needs.
I hope, it will works with the new update. If not, i'll fix it when update released.
could you give us a cleared cust.img for the official 2.3.5???
This is part of our new NOOB Series. This one is How to: Install Ice Cream Sandwich Google Applications with Speech Recognition Software Noob (Easy) Version
These step-by-step instructions will take about 45 Minutes to 1 Hour. Do it when you are fresh not when you are tired since there is a lot to this upgrade.
All Applications were tested on the Kindle Fire HD 7" and are verified to work.
Prerequisites:
1. Competed How To: 7" Kindle Fire HD Root - Noob (Simple) Version http://forum.xda-developers.com/showthread.php?t=2069117
Preferred Method (Automatic Installation):
ICS Google Apps Step 1: Download Kindle Fire First Aide: Windows 32-bit Version Or Windows 64-bit Version
ICS Google Apps Step 2: Extract KFFirstAide.zip to C:\KFFirstAide - please remove the 32 or 64 at the end of the folder created by Winzip or 7-Zip
ICS Google Apps Step 3: With your mouse, open the C:\KFFirstAide contents by double mouse clicking the C:\KFFirstAide folder
ICS Google Apps Step 4: Find the RunMe.bat file. Right Hand Mouse click on RunMe.bat, select 'Send to', select Desktop (Create Shortcut). Now press the Left Hand Mouse button to create the Shortcut named RunMe.bat.
ICS Google Apps Step 5: Find the RunMe Shortcut on your desktop, select it by left mouse click over the icon, then while on the icon choose Right Hand mouse click, select Properties.
ICS Google Apps Step 6: This will display the RunMe properties. Select the General Tab, change the top name to KF First Aide. Then click on the Shortcut tab, click on Advanced. Check 'Run as Administrator', click OK, then click Apply, then click OK. All windows should be closed.
ICS Google Apps Step 7: Double Mouse Click the new Icon named KF First Aide. You may be presented with a security window, just click Yes.
ICS Google Apps Step 8: Please click on the Windows Key plus Pause/Break, this will display the Windows System Properties. Next Click on the Advanced Tab and find "Environment Variables". Please click on Environment Variables and find the Path Statement. Carefully add at the end of the Path Statement:
Code:
;C:\KFFirstAide
Note: Do Not forget the semi-colon before the C:\KFFirstAide
ICS Google Apps Step 9: That is it! The software is ready. Next we get the Kindle ready to disable OTA.
ICS Google Apps Step 10: Please check the Kindle under More + > Security - make sure ADB is ON. Leave it disconnected from USB.
ICS Google Apps Step 11: Launch Kindle Fire First Aide, if the ADB Driver is not installed, use Option 12 to Install the ADB Driver
ICS Google Apps Step 12: Make sure the Kindle is turned ON, plugged into the Computer USB and ready. Select Option 23 to Disable Install Google Apps.
ICS Google Apps Step 13: That is it! Google Apps is now installed, you may close the software.
Alternative Method (Manual Method):
ICS Google Apps Step 1: Download ICS Google Applications to your desktop
ICS Google Apps Step 2: Extract google_apps.zip to your Desktop as google_apps
ICS Google Apps Step 3: Plug in the Kindle to USB, wait for the Kindle Internal Drive to mount
ICS Google Apps Step 4: Using Windows Explorer, move google_apps to /Kindle/Internal Drive/Download
ICS Google Apps Step 5: Using ES File Explorer or Root Explorer, copy ONLY 24 (NOT ALL 38) of the following apk's from /sdcard/google_apps to /system/app
Note: There are 38 apk's in the google_apps folder. Be careful, only copy the 25 noted below.
Move to /system/app/:
1. ChromeBookmarksSyncAdapter.apk
2. FaceLock.apk
3. GalleryGoogle.apk
4. GenieWidget.apk
5. Gmail.apk
6. GoogleBackupTransport.apk
7. GoogleCalendarSyncAdapter.apk
8. GoogleContactsSyncAdapter.apk
9. GoogleCurrents.apk
10. GoogleFeedback.apk
11. GoogleMaps.apk
12. GooglePartnerSetup.apk
13. GoogleQuickSearchBox.apk
14. GoogleStreetView.apk
15. GoogleTTS.apk
16. MarketUpdater.apk
17. MediaUploader.apk
18. NetworkLocation.apk
19. OneTimeInitializer.apk
20. SetupWizard.apk
21. UniversalSearch.apk
22. VoiceSearch.apk
23. YoutubeHD.apk
24. Talk.apk
25. Term.apk
DO NOT Move to /system/app, just perform the install as noted below:
26. Chrome.apk
27. Drive_1.1.4.12.apk
28. Earth_6.2.apk
ICS Google Apps Step 6: Using ES File Explorer or Root Explorer, change permissions on all 24 above apk's in /system/app by Long Pressing each apk. Change each apk permission to: User: Read Write Group: Read Other: Read
ICS Google Apps Step 7: Using ES File Explorer or Root Explorer, click on Chrome.apk, Drive_1.1.4.12.apk and Earth_6.2.apk to install each apk. It is no loner necissary to install 1-25, you only need to perform an install on 26-28.
ICS Google Apps Step 8: Using ES File Explorer or Root Explorer, copy 10 of the following lib's from /sdcard/google_apps/lib to /system/lib:
1. libfacelock_jni.so
2. libfilterpack_facedetect.so
3. libflint_engine_jni_api.so
4. libfrsdk.so
5. libgcomm_jni.so
6. libpicowrapper.so
7. libspeexwrapper.so
8. libvideochat_jni.so
9. libvideochat_stabilize.so
10. libvoicesearch.so
ICS Google Apps Step 9: Using ES File Explorer or Root Explorer, change permissions on all 10 above lib's in /system/lib by Long Pressing each lib. Change each lib permission to: User: Read Write Group: Read Other: Read
ICS Google Apps Step 10: Reboot the Kindle. The Kindle will take about 2 minutes "wait your Kindle is Upgrading".
ICS Google Apps Step 11: Now go into Apps, you will see a new Icon named Search. Launch Search, then click on the little Microphone, speak clearly (I used the word Test).
ICS Google Apps Step 12: The Search application will next ask you which browser do you want to use to display the results (I use Dolphin). Then just like that, your new journey begins! Voice Search is supported in some (not all) of the Google Apps.
ICS Google Apps Step 13: Go to Apps. Open Google Earth, wait 60 Seconds. Close Google Earth. Now Open Google Earth again (this allows all the required services to start). You may now use the Search, type in "Space Needle" Click on Search. Wala, cool eh?
Note: This version of Google Earth does not support Voice Search. Soon to come...we will post immediately when we get the update.
ICS Google Apps Step 14: Go to Apps. Open YouTube HD. Sign into Google, if you are not already signed in.
ICS Google Apps Step 15: Go to Apps. Open to test Google Calendar, Chrome, Currents, Earth, Gallery, Gmail, Latitude, Local, Maps, Navigation, Photos, Search, Voice, YouTube HD and Talk
ICS Google Apps Step 16: Download the Google Chrome update here: https://dl.dropbox.com/u/54456659/Chrome_18.0.1025308.apk Save it to your desktop
ICS Google Apps Step 17: Plug the Kindle into USB. Using Windows Explorer, move Chrome_18.0.1025308.apk from your desktop to /Kindle/Internal Drive/Download/Chrome_18.0.1025308.apk
ICS Google Apps Step 18: Now go to your Kindle, using ES File Explorer or Root Explorer, navigate to /sdcard/download
ICS Google Apps Step 19: Next select the Chrome_18.0.1025308.apk file in /sdcard/Download and choose Install
ICS Google Apps Step 20: If there is a warning regarding replacing Chrome, select OK
ICS Google Apps Step 21: Press Install and allow the application to upgrade
ICS Google Apps Step 22: That is it, Chrome is now upgraded to Version 18.0.1025308
ICS Google Apps Step 23: Next Open up Google Play Store, Search for "AVC (Alice)", here is the link: https://play.google.com/store/apps/details?id=yourapp24.android.tools.alice_lite&hl=en
ICS Google Apps Step 24: Choose to Install AVC (Alice), Google Play Store will then Download and Install AVC (Alice). This is a full blown Speech Recognition Software, it will even have a conversation with you!
ICS Google Apps Step 25: After you test the features we highly recommend that you upgrade to AVC (Alice) Pro, here is a link: https://play.google.com/store/apps/details?id=yourapp24.android.tools.aivc
ICS Google Apps Step 26: Finally, using Google Play Search for Alarm Clock Plus, here is the link: https://play.google.com/store/apps/details?id=com.vp.alarmClockPlusDock
ICS Google Apps Step 27: Choose to install Alarm Clock Plus, Google Play Store will then Download and Install Alarm Clock Plus
ICS Google Apps Step 28: That is it! You may now use Voice to navigate Chrome as well as over 50 other TTS Functions.
Note: Since we installed the Bookmarks Sync Adapter, you may logon to Chrome and sync your desktop Bookmarks to the Kindle.
Next we will offer a How to: Backup and Restore the Kindle Fire HD Noob (Easy) Version
following your instructions is just big pleasure for a big noob like me! i would like to tell ya that mission completed!
Google Chrome Update Version 18.0.1025308
Brodal said:
following your instructions is just big pleasure for a big noob like me! i would like to tell ya that mission completed!
Click to expand...
Click to collapse
We just uploaded an update. Google Chrome has been updated from Google Chrome Bata to Google Chrome Version 18.0.1025308.
Just download Google Chrome Update here: https://dl.dropbox.com/u/54456659/Chrome_18.0.1025308.apk
Save it to your desktop.
Using Windows Explorer, move Chrome_18.0.1025308.apk from your desktop to /Kindle/Internal Drive/Download
Using either ES File Explorer or Root Explorer, go to /sdcard/Download/Chrome_18.0.1025308.apk
Next, click on the file Chrome_18.0.1025308.apk and choose Install
If there is a warning about replacing Chrome, click OK. Then choose to Install it. Thant is it, Chrome is now upgraded.
Brodal,
Thank you VERY much for the feedback. We are truly honored to be a part of the XDA Developer Community and be able to freely give back what has been freely given to us.
Knowledge is power and we believe in sharing what we learn. Feedback means a lot to us and motivates us to create new "How to" in the Noob Series.
More to come..............
No space left
As I was installing all 28 APKs in the system/app folder, I got a message that there was not enough space to complete the move. how do I make more space? can I delete the APKs that I've already installed?
Solved - move some of the stock apps to data/app. they will still work if stored in that folder.
one step that seems to be missing is to install the APKs. is that right?
Root and Google Play for Amazon 7" Kindle Fire HD Software Version 7.2.3
fiddystorms said:
As I was installing all 28 APKs in the system/app folder, I got a message that there was not enough space to complete the move. how do I make more space? can I delete the APKs that I've already installed?
Solved - move some of the stock apps to data/app. they will still work if stored in that folder.
one step that seems to be missing is to install the APKs. is that right?
Click to expand...
Click to collapse
No, you do not need to install these APK's, just Reboot per the instructions.
Just FYI, all most of the installs do is just move an apk to /data/app, some are a little more
involved. In the case of the Google Apps, these were sourced from Google Development directly.
They were designed to be used by Manufactures and Developers (like ourselves) with a manual install.
When you copy everything to /system/app and reboot, this triggers the APK's to do what is needed
to function properly. No other install is required, just do not forget the critical lib files (before you reboot).
Terminal emulator isn't working. Is this a common issue or did I miss a step?
Terminal Emulator
Krsmqn said:
Terminal emulator isn't working. Is this a common issue or did I miss a step?
Click to expand...
Click to collapse
Krsmqn,
No this may be a problem with my instructions. Using ES File Explorer or Root Explorer Go into /system/apps, find Term.apk
Click to Open Term.apk, choose Install
If you see an error, click OK to overwrite
Click Install and let the program finish installing.
Did that take care of the issue?
Yes. But now I get error "the process android.process.media has stopped" when trying to download an application from Google play.
Krsmqn said:
Yes. But now I get error "the process android.process.media has stopped" when trying to download an application from Google play.
Click to expand...
Click to collapse
ICS Google Apps Step 1: Using ES File Explorer or Root Explorer, double click on each apk and choose install, installing all 28 apk's. You may see a warning about Replacing the application, click OK ignoring the warning. Press Install again. This will initialize each apk. Note: Over 50% will 'fail' on the install, do not worry this is by design and can be ignored, all 28 apk's have been tested and are fully functional.
1. Chrome.apk
2. ChromeBookmarksSyncAdapter.apk
3. Drive_1.1.4.12.apk
4. Earth_6.2.apk
5. FaceLock.apk
6. GalleryGoogle.apk
7. GenieWidget.apk
8. Gmail.apk
9. GoogleBackupTransport.apk
10. GoogleCalendarSyncAdapter.apk
11. GoogleContactsSyncAdapter.apk
12. GoogleCurrents.apk
13. GoogleFeedback.apk
14. GoogleMaps.apk
15. GooglePartnerSetup.apk
16. GoogleQuickSearchBox.apk
17. GoogleStreetView.apk
18. GoogleTTS.apk
19. MarketUpdater.apk
20. MediaUploader.apk
21. NetworkLocation.apk
22. OneTimeInitializer.apk
23. SetupWizard.apk
24. Talk.apk
25. Term.apk
26. UniversalSearch.apk
27. VoiceSearch.apk
28. YoutubeHD.apk
ICS Google Apps Step 2: Reboot the Kindle.
There is a total of 38 apk's in the google_apps package, did you accidentally install all 38 rather than the 28 above apk's? If you did, no worries we''l get Google Play back online. First try to install/initialize all 28 apk's and reboot.
Ok. Thank You firstly.
Play store still not downloading (same error) and about half the apps didn't install.
Edit: error code 491
Google Play Store Error 491
Krsmqn said:
Ok. Thank You firstly.
Play store still not downloading (same error) and about half the apps didn't install.
Edit: error code 491
Click to expand...
Click to collapse
OK, sorry for the delay, we have been busy today. Getting to your issue
Error 491 is a communications error. I suspect GoogleServicesFramework.apk
is broken. Please go back to How to: Install Google Play Noob (Simple) Version and perform the complete install again.
It is better to replace these 4 files rather than spend hours trying to figure
out which one is broken. If you perform the steps, you will get Google Play
to function again. If you can not get it to work, PM us, we offer free
support to everyone in the XDA Community.
Hello,
Followed the steps, but google earth and talk both show a message of stopped.
Google earth works right after install, using the open option.
When launched from the app drawer, it only show the stopped message.
The other apps seem to be working. Any suggestions?
Thanks.
Help... Ok so i attempted to copy the 28 apps from my download directory to the system/app folder. Not all apps could be copied. Got a message in ES Explorer could not be copied. Then i launched google search and it asked to add an account. After this it broke access to the play store. I get a "RH-01" when i try to launch the store. Plus ES Explorer wont launch anymore. It FCs... What went wrong?? How do i fix?
Sent from my SCH-I535 using xda app-developers app
Google Apps ICS (Signed) - Talk and Earth Fail to Start
kindleHD said:
Hello,
Followed the steps, but google earth and talk both show a message of stopped.
Google earth works right after install, using the open option.
When launched from the app drawer, it only show the stopped message.
The other apps seem to be working. Any suggestions?
Thanks.
Click to expand...
Click to collapse
Did you reboot the Kindle?
1) Try this, move Talk.apk and Earth.apk back to /sdcard/Download/
2) Now try to reinstall Talk and Earth never moving it back to the /system/app folder. Just perform the install.
Do they open now?
Out of Space?
Cmonsta said:
Help... Ok so i attempted to copy the 28 apps from my download directory to the system/app folder. Not all apps could be copied. Got a message in ES Explorer could not be copied. Then i launched google search and it asked to add an account. After this it broke access to the play store. I get a "RH-01" when i try to launch the store. Plus ES Explorer wont launch anymore. It FCs... What went wrong?? How do i fix?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Did you run out of disk space? Sounds like you copied all 38 apk's in the
google_apps folder to /system/app rather than the selected 28. Is this possible?
Judging by the error, this is what you did. Move the 10 back to /sdcard/download
Then follow our instructions below to reinstall the Google Play Store.
prokennexusa said:
Did you reboot the Kindle?
1) Try this, move Talk.apk and Earth.apk back to /sdcard/Download/
2) Now try to reinstall Talk and Earth never moving it back to the /system/app folder. Just perform the install.
Do they open now?
Click to expand...
Click to collapse
Thanks, prokennexusa.
Earth is working now, even after reboots.
Talk fails during install. Also, after moving it back to download, the icon is not available in the app drawer now. Am I missing something?
Google Apps - Talk Fails to Start
kindleHD said:
Thanks, prokennexusa.
Earth is working now, even after reboots.
Talk fails during install. Also, after moving it back to download, the icon is not available in the app drawer now. Am I missing something?
Click to expand...
Click to collapse
Ok, we are almost there.
Let's take the attached version of Talk and move
it to /system/app, change the permissions to Owner: Read/Write Group: Read Others: Read
Then reboot the Kindle, do not install it.
After the reboot go into /apps does it launch now?
prokennexusa said:
Ok, we are almost there.
Let's take the attached version of ] and move
it to /system/app, change the permissions to Owner: Read/Write Group: Read Others: Read
Then reboot the Kindle, do not install it.
After the reboot go into /apps does it launch now?
Click to expand...
Click to collapse
No, it still doesn't launch.
Google Applications - Talk.apk Corrupt
kindleHD said:
No, it still doesn't launch.
Click to expand...
Click to collapse
KindleHD,
Here we go, hot off my own office Kindle which has Talk functioning.
https://dl.dropbox.com/u/54456659/Talk.apk
Move the attached file to /system/app
Change the permissions: Owner: Read/Write Group: Read Others: Read
Reboot
If this does not work, we have to replace the files that Talk.apk calls when it is launched.
prokennexusa said:
KindleHD,
Here we go, hot off my own office Kindle which has Talk functioning.
]
Move the attached file to /system/app
Change the permissions: Owner: Read/Write Group: Read Others: Read
Reboot
If this does not work, we have to replace the files that Talk.apk calls when it is launched.
Click to expand...
Click to collapse
Hi prokennexusa,
It does not work. Upon reboot, it automatically shows the message that talk has stopped. It shows the message twice. Trying to launch it also displays the same message.
I tried a long time to find it out but now it works:
first of all make a NANDROID-Backup
1. Download CWM / TWRP / MobileODIN installable ZIP from HERE
2. unpack the zip-file
3. open flashable .zip of the ROM you like (do not extract - just open it) with winrar or 7zip
4. copy "superuser.apk" from upacked zip-file (point 1. and 2.) from the commom-folder to /system/app in opened ROM
5. copy the binary "su" from unpacked zip-file (point 1. and 2.) from the arm-folder to /system/xbin
6. close winrar or 7zip
7. copy ROM.zip to your device
8. flash ROM via TWRP or CWM
anyway i´m not responsible for any bricks or problems. It works by me, so try it or let it be
aw. So that's why it didnt work when I did it. Im extracting it, thanks for this!!
Edit: Sorry for not maintaining this thread for a long time (rl stuff) but after all I really recommend you switching to LineageOS. It's very straightforward, you have full Play Store and Amazon access and a smooth, nice, customizable and clean android. Also you don't have to worry about your device getting incompatible to the Play Store^^ or bricking your device by accidental updates.
Srsly, don't do anything below here. It's old and not supported anymore. Also before doing anything to your tablet: Unlock the Bootloader here
So you finally rooted your Kindle Fire HDX 7/8.9 on 4.5.2
and you want to start using it but remembered that amazons updates kill everything, searched for a method to bypass it and fortunately found this thread.(You Sir are very lucky)
So lets start:
1. How to disable OTA updates
Step 1:
Get a file explorer which has root access (I used ES File Explorer because it was already in the Amazon App Store but every other file explorer should work too)
Step 2:
Browse to /system/priv-app/ and search for DeviceSoftwareOTA.apk
Step 3:
Just rename DeviceSoftwareOTA.apk to whatever you like (Important: After renaming the file mustn't end with .apk)
Step 4:
Profit! You can now access the internet freely without the fear of evil amazon updates
But you want to install apps on your Kindle so
2. How to install Google Play Apps
Step 1:
Aquire the GApps for KitKat. Preferably here
Step 2:
Extract it to your Kindle and copy everything except for PrebuiltGMSCore.apk, META-INF and addon.d in the similar system folder (apps in system/app folder go to system/app folder (the real one))
Step 3:
Install PrebuiltGMSCore.apk manually like you would install any normal apk
Step 4:
Reboot (eventually it takes a bit longer)
Step 5:
PROFIT!!!! You have a fully working Play Store!
Obviously i don't take any responsibility if anything goes wrong (even though this procedure should be pretty safe)
Just rename DeviceSoftwareOTA.apk to whatever you like
Click to expand...
Click to collapse
You need specify that need to change the extension exactly
Potato_of_Doom said:
Step 5:
PROFIT!!!! You have a fully working Play Store!
Click to expand...
Click to collapse
Worked great but for some reason on my kindle hdx 7" running 4.5.2 when I booted up the SetupWizard came up to select my language and then when I clicked the big arrow it dumped me into the wireless settings screen and I was stuck. I had to eventually remove /system/priv-app/SetupWizard.apk. You might want to recommend users not including this as well on the off chance it causes the same problem I had. After I fixed this I just clicked on the play store and it prompted me to login.
Potato_of_Doom said:
So you finally rooted your Kindle Fire HDX 7/8.9 on 4.5.2
and you want to start using it but remembered that amazons updates kill everything, searched for a method to bypass it and fortunately found this thread.(You Sir are very lucky)
So lets start:
1. How to disable OTA updates
Step 1:
Get a file explorer which has root access (I used ES File Explorer because it was already in the Amazon App Store but every other file explorer should work too)
Step 2:
Browse to /system/priv-app/ and search for DeviceSoftwareOTA.apk
Step 3:
Just rename DeviceSoftwareOTA.apk to whatever you like (Important: After renaming the file mustn't end with .apk)
Step 4:
Profit! You can now access the internet freely without the fear of evil amazon updates
But you want to install apps on your Kindle so
2. How to install Google Play Apps
Step 1:
Aquire the GApps for KitKat. Preferably here
Step 2:
Extract it to your Kindle and copy everything except for PrebuiltGMSCore.apk, META-INF and addon.d in the similar system folder (apps in system/app folder go to system/app folder (the real one))
Step 3:
Install PrebuiltGMSCore.apk manually like you would install any normal apk
Step 4:
Reboot (eventually it takes a bit longer)
Step 5:
PROFIT!!!! You have a fully working Play Store!
Obviously i don't take any responsibility if anything goes wrong (even though this procedure should be pretty safe)
Click to expand...
Click to collapse
do i put <app etc framework lib priv-app> in /system dir
candiflan said:
do i put <app etc framework lib priv-app> in /system dir
Click to expand...
Click to collapse
Yes you can copy everything, just look out for /priv-app/PrebuiltGMSCore.apk (If you try to copy it you'll get a memory error)
@awinston
Thats strange. On my kindle it worked without any issues
Potato_of_Doom said:
Yes you can copy everything, just look out for /priv-app/PrebuiltGMSCore.apk (If you try to copy it you'll get a memory error)
@awinston
Thats strange. On my kindle it worked without any issues
Click to expand...
Click to collapse
Got it thanks
awinston said:
Worked great but for some reason on my kindle hdx 7" running 4.5.2 when I booted up the SetupWizard came up to select my language and then when I clicked the big arrow it dumped me into the wireless settings screen and I was stuck. I had to eventually remove /system/priv-app/SetupWizard.apk. You might want to recommend users not including this as well on the off chance it causes the same problem I had. After I fixed this I just clicked on the play store and it prompted me to login.
Click to expand...
Click to collapse
How did you remove /system/priv-app/SetupWizard.apk
After doing this to get gapps, I am receiving license error when attempting to play amazon instant videos. Any ideas?
Edit: obviously did something to drm as I can't access kindle books either.
Anyone know a way to fix? Thanks
candiflan said:
How did you remove /system/priv-app/SetupWizard.apk
Click to expand...
Click to collapse
Never mind I rename SetupWizard.apk to SetupWizard.apk.old this is what I did
adb shell "su -c 'mount -o rw,remount /system'"
adb shell "su -c 'mv /system/priv-app/SetupWizard.apk /system/priv-app/SetupWizard.apk.old'"
adb shell "su -c 'mount -o ro,remount /system'"
Is there a recommendation on installing the gapps via this method, versus the HDXposed method?
It sounds like this is easier and slightly less risky.
Sent from my KFTHWI using Tapatalk
Potato_of_Doom said:
So you finally rooted your Kindle Fire HDX 7/8.9 on 4.5.2
and you want to start using it but remembered that amazons updates kill everything, searched for a method to bypass it and fortunately found this thread.(You Sir are very lucky)
So lets start:
1. How to disable OTA updates
Step 1:
Get a file explorer which has root access (I used ES File Explorer because it was already in the Amazon App Store but every other file explorer should work too)
Step 2:
Browse to /system/priv-app/ and search for DeviceSoftwareOTA.apk
Step 3:
Just rename DeviceSoftwareOTA.apk to whatever you like (Important: After renaming the file mustn't end with .apk)
Step 4:
Profit! You can now access the internet freely without the fear of evil amazon updates
But you want to install apps on your Kindle so
2. How to install Google Play Apps
Step 1:
Aquire the GApps for KitKat. Preferably here
Step 2:
Extract it to your Kindle and copy everything except for PrebuiltGMSCore.apk, META-INF and addon.d in the similar system folder (apps in system/app folder go to system/app folder (the real one))
Step 3:
Install PrebuiltGMSCore.apk manually like you would install any normal apk
Step 4:
Reboot (eventually it takes a bit longer)
Step 5:
PROFIT!!!! You have a fully working Play Store!
Obviously i don't take any responsibility if anything goes wrong (even though this procedure should be pretty safe)
Click to expand...
Click to collapse
Doesnt work on my Apollo. I downloaded GAPPS 036 (320DPI) and follow your steps. But it doesn't work and I cannot copy phonesky.apk, i have to manually install it. I copied system folder using ES Explorer. Do I have to set permit for files??
Thanks
tuanda82 said:
Doesnt work on my Apollo. I downloaded GAPPS 036 (320DPI) and follow your steps. But it doesn't work and I cannot copy phonesky.apk, i have to manually install it. I copied system folder using ES Explorer. Do I have to set permit for files??
Thanks
Click to expand...
Click to collapse
I had issues when I tried ES Explorer. I used Root Explorer with no issues. Also, make sure to set perms to RW R R to match other files in all the directories.
tuanda82 said:
Doesnt work on my Apollo. I downloaded GAPPS 036 (320DPI) and follow your steps. But it doesn't work and I cannot copy phonesky.apk, i have to manually install it. I copied system folder using ES Explorer. Do I have to set permit for files??
Thanks
Click to expand...
Click to collapse
Did you get an error message?
Notifications not working
Anyone else having problems not receiving notifications? I am not receiving notifications about updates from google play and I am not receiving notifications from apps where they have been enabled. I took a quick look at some test apps on the store and I never receive the notifications through those apps either. Below is a log cat from a test notifications app. I did some reading and it seems to suggest maybe the individual apps are not configured correctly but I will need to keep digging. Will keep digging, just not very familiar with c2dm so wanted to ask.
03-03 11:17:24.787 2024-4230/? I/GCM﹕ GCM message com.firstrowria.pushnotificationtester 0:1425403044280977%c5da679ff9fd7ecd
03-03 11:17:24.797 2024-2024/? W/GCM-DMM﹕ broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE pkg=com.firstrowria.pushnotificationtester (has extras) }
03-03 11:17:24.797 937-966/? W/BroadcastQueue﹕ Permission Denial: broadcasting Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x10 pkg=com.firstrowria.pushnotificationtester (has extras) } from com.google.android.gsf (pid=2024, uid=10003) requires com.google.android.c2dm.permission.SEND due to receiver com.firstrowria.pushnotificationtester/.broadcast.GCMReceiver
Potato_of_Doom said:
Did you get an error message?
Click to expand...
Click to collapse
@riggsandroid: I tried root explorer and set permissions, same results.
@Potato_of_Doom: It closed without message. On the first boot, I can log in my account but after the home screen loading, PlayStore closed without warning. next time playstore close without warning (very fast). It is seem another Google service still working except playstore. I can log in to my play games account and load Clash of clans data without problems.
tuanda82 said:
@riggsandroid: I tried root explorer and set permissions, same results.
Click to expand...
Click to collapse
@tuanda82 I had similar issues when I didn't remember to install the GMS Core apk after moving all files over. Just a thought.
awinston said:
Anyone else having problems not receiving notifications?
Click to expand...
Click to collapse
Discovered a fix. I had to install Xposed and HDXposed. This leads me to wonder whether the technique used to install gapps with HDXposed might not be the better and safer solution if notifications only work with HDXposed. Anyone else have notifications working without HDXposed installed? After looking through the HDXposed code it looks like this is probably the only solution but maybe I am missing something.
candiflan said:
do i put <app etc framework lib priv-app> in /system dir
Click to expand...
Click to collapse
I don't want to confuse anyone, but you really don't want to overwrite the folders, just add files to their corresponding location within their like-named partition directories.
If you are comfortable with adb shell commands, I find it easiest to actually move all the folders from the zip into the data or a newly created system folder & then use batch scripts that take advantage of the * wildcard call, such as *.apk, to change ownership & permission setting to 644 for all files at one time. I don't have time to list it all out all the steps right now, but if you have been playing with adb for a while, you probably already know what I am talking about. You can also do the same thing, live in the system folder, but I personally like to segregate the new files so I can check several & then move them all over at once, after I am confident all the changes were made via the shell commands.
Potato_of_Doom said:
So you finally rooted your Kindle Fire HDX 7/8.9 on 4.5.2
and you want to start using it but remembered that amazons updates kill everything, searched for a method to bypass it and fortunately found this thread.(You Sir are very lucky)
So lets start:
1. How to disable OTA updates
Step 1:
Get a file explorer which has root access (I used ES File Explorer because it was already in the Amazon App Store but every other file explorer should work too)
Step 2:
Browse to /system/priv-app/ and search for DeviceSoftwareOTA.apk
Step 3:
Just rename DeviceSoftwareOTA.apk to whatever you like (Important: After renaming the file mustn't end with .apk)
Step 4:
Profit! You can now access the internet freely without the fear of evil amazon updates
But you want to install apps on your Kindle so
2. How to install Google Play Apps
Step 1:
Aquire the GApps for KitKat. Preferably here
Step 2:
Extract it to your Kindle and copy everything except for PrebuiltGMSCore.apk, META-INF and addon.d in the similar system folder (apps in system/app folder go to system/app folder (the real one))
Step 3:
Install PrebuiltGMSCore.apk manually like you would install any normal apk
Step 4:
Reboot (eventually it takes a bit longer)
Step 5:
PROFIT!!!! You have a fully working Play Store!
Obviously i don't take any responsibility if anything goes wrong (even though this procedure should be pretty safe)
Click to expand...
Click to collapse
There's another way to get working playstore:
You need enough system store to flash gapps by recovery. To get this, change some system apps to user apps (for example by titanium backup). Don't do this with 'really' system apps, but there are many Amazon apps, you can change (for example kindle reader, music, audible). You can still use these apps after change. Then you can flash with twrp a small gapps package.