Related
For all of you having problem with unresponsive touchscreen after installing alternative launcher on your S7 Slim...
I found out that during boot touchscreen is disabled and official Huawei Launcher enables it, so if you install alternative launcher, touchscreen remains disabled after reboot.
First of all, you have to root you S7 Slim (I've done it using following article http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack,_Edit,_and_Re-Pack_Boot_Images, just set ro.secure=0 in default.prop and add --base 0x20000000 to mkbootimg command-line). Then, copy file /system/etc/bluetooth_power.sh to your hard disk (adb pull /system/etc/bluetooth_power.sh c:\). Edit that file (c:\bluetooth_power.sh) using Notepad++ and add following lines:
echo 1 > /sys/cap_touchscreen/boot_complete
echo 1 > /sys/cap_touchscreen/state
Then, remount /system partiton read-write (adb remount), and copy that file back (adb push c:\bluetooth_power.sh /system/etc/).
Reboot, and now you can install any launcher you like!
I installed adw launcher ex on my s7 tablet and now my touch screen wont work. I've tried to connect it to my PC to root but my PC isn't seeing the device. I don't think its set on debugging mode. Is there anyway to fix this or is it hopeless.
Edit: nevermind I returned it to best buy.
Sent from my Desire HD using xda premium
I've root with gingerbreak and I've root explorer. I'll just edit bluetooth_power.sh with root explorer editing tools and add those code, right?
Sent from my IDEOS S7 Slim using XDA App
shishko said:
For all of you having problem with unresponsive touchscreen after installing alternative launcher on your S7 Slim...
I found out that during boot touchscreen is disabled and official Huawei Launcher enables it, so if you install alternative launcher, touchscreen remains disabled after reboot.
First of all, you have to root you S7 Slim (I've done it using following article http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack,_Edit,_and_Re-Pack_Boot_Images, just set ro.secure=0 in default.prop and add --base 0x20000000 to mkbootimg command-line). Then, copy file /system/etc/bluetooth_power.sh to your hard disk (adb pull /system/etc/bluetooth_power.sh c:\). Edit that file (c:\bluetooth_power.sh) using Notepad++ and add following lines:
echo 1 > /sys/cap_touchscreen/boot_complete
echo 1 > /sys/cap_touchscreen/state
Then, remount /system partiton read-write (adb remount), and copy that file back (adb push c:\bluetooth_power.sh /system/etc/).
Reboot, and now you can install any launcher you like!
Click to expand...
Click to collapse
Wow thanks shisko, it works!
My steps a bit different:
1. Root with gingerbreak.
2. Edit bluetooth_power.sh with root explorer.
3. Add those code. Save and exit.
4. Reboot.
5. Add custom launcher.
Sent from my IDEOS S7 Slim using Tapatalk
Here is the evidence, custom launcher GO Launcher EX works on my HIS7 Slim (CDMA)
#!/system/bin/sh
#
# added by h00131430
#
echo 0 > /sys/class/rfkill/rfkill0/state
echo 1 > /sys/cap_touchscreen/boot_complete
echo 1 > /sys/cap_touchscreen/state
Download file
http://www.multiupload.com/MKBGQUC10X
Worked for me.
glpro said:
Download file
http://www.multiupload.com/MKBGQUC10X
Click to expand...
Click to collapse
Link is dead, could you post another, please?
wheeqo said:
Wow thanks shisko, it works!
My steps a bit different:
1. Root with gingerbreak.
2. Edit bluetooth_power.sh with root explorer.
3. Add those code. Save and exit.
4. Reboot.
5. Add custom launcher.
Sent from my IDEOS S7 Slim using Tapatalk
Click to expand...
Click to collapse
Confirmed, working. I installed Zeam straight to portrait view, and no orientation bug anymore. Cheers!
huawei slim
who can make a better huawei s7 slim rom?
beenhow said:
who can make a better huawei s7 slim rom?
Click to expand...
Click to collapse
1. Tri-zet (Tried and works great) androidtablets.net
2. Zmey Mod (Still running) on ndroidtablets.net
3. Pirate 2.0 by Satec in this forum (Not sure this will run on my s7 105 and too lazy to flash this at the moment cos the ROM i using now is stable enough)
Tri Zet works great!
darkic said:
Tri Zet works great!
Click to expand...
Click to collapse
CM9 , CM10 , paranoid works great , too
Hey,
I've programmed a small windows tool to add the multiwindow option to almost every apk file.
Disclaimer: Please follow the instructions at your own risk. I will not be held responsible if your device or its data gets damaged in the process of following this guide.
Instructions:
1. Copy the wanted app with a root explorer from data/app (installed apps) system/app (system apps) to a mountable storage like /sdcard or /mnt/extSdCard
2. Connect your device to the Windows PC and copy the stored apps (see section 1) to your pc.
3. Start the Tool and select the files (see section 2) as source path
4. If you have selected the selection mode folder you can select the wanted apps in the list by checking the boxes.
5. Select a destination Path
6. Execute the tool by pressing the green triangle at the top.
7. Copy the modified app to the tablet
8. Backup the app with an backup app (i recommend titanium backup)
9. Uninstall the app
10. Install the modified apk
11. Restore the produced backup data (only data not application)
12. You should now be possible to select the app in the multiwindow view.
Credits:
Daneshm90 (APK-Multitool)
Brut.all (Apktool)
Justfresh (Great Found of the method adding multiwindow property by manipulating XML-Tags)
Justinchi (informations + test-apks)
Requirements:
JellyBean
Java (please install the right one x86 (32 Bit) x64 (64 Bit) you find here: http://www.java.com/en/download/manual.jsp )
.net Framework 2.0 or higher (preinstalled in windows vista and higher)
If you have any feedback please send it to me.
For all of you, who don't have root access, don't have time or just are lazy:
Already modded apps you can find here (by JustFlesh) and here (by TheSanitarium)
In case of an error please complete the following error-formular:
Error-description?
Startet app as administrator? [ ] Yes [ ] No
Error log in "C:\Users\[Your Windwos Account]\Documents\multiviewapmodifier.log" written? [ ] Yes [ ] No
In case of yes: text of the errorlog?
Error on every APK or just one? [ ] every [ ] one
In case of one: which one?
In case of one: which version of the app?
(optional) in case of one: provide the APK
Which selection mode of the tool do you use?
At which step in the tool does the error occure?
Hope you like it
Thank u! Like this tool!
I used it already for a few apps. One app that haven´t worked was ezPDF. If i want to start in fullscreen it crashes, but when i start in window mode it works till i resize.
Any idea?
I used the program but when it's finished and I clicked "yes" to goto destination folder, there's nothing there. The app I'm trying to convert is viggle version 1.0.9
cproaudio said:
I used the program but when it's finished and I clicked "yes" to goto destination folder, there's nothing there. The app I'm trying to convert is viggle version 1.0.9
Click to expand...
Click to collapse
Hey, do you start the application as administrator? if not that could be a problem, or select another destination path. In case of an error in the tool there should be a "multiviewapmodifier.log" in your documents folder you can open it with any text editor and send me the error text, maybe there is the information i need to tell you how you can solve this problem.
i don't have ezpdf to test it but some apps make problems with this mod, thats the reason why i wrote almost every apk
greets
Cool mod, thanks. I just ordered a GN 10.1 today and will be pre-ordering the GN2 on Verizon next week when I am eligible for an upgrade.
I have the same problem, here's my log :
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\kd\AppData\Local\temp\com.adobe.reader-1\AndroidManifest.xml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
Somehow, it doesn't decompress properly...
Edit: In my case, java's bin folder wasn't in my PATH variable. As soon as I fixed that, everything started working.
Do we download and run the tool then select the apk or what ..
Sent from my GT-N7000 using Tapatalk 2
DJsCrIBbLe said:
Do we download and run the tool then select the apk or what ..
Click to expand...
Click to collapse
yes, you have to download the tool (its a windows application), run it, select a source and destination path for the apk and then press the execute button, after that you have to reinstall the modified apk and voilà the app should be displayed in the multiscreen window =) very usefull for people who use an alternative browser like chrome or just want to launch the 2 favorite apps at the same time. But as i told you, there are some apps which doesn't can get modified like uccw (problem with the used decompile/recompile interface) if you have any problems pls first try to run it as administrator
greets
Wow pretty god tool.
but when update apk file, for example, update in playstore or update apk package, multi window keep??
Sent from my GT-I9100 using xda premium
JISIK said:
Wow pretty god tool.
but when update apk file, for example, update in playstore or update apk package, multi window keep??
Click to expand...
Click to collapse
Thank you
Dont think that the multi window keep after updating the app, think the modified part of the apk will get overwriten after update, but i'm not certain.
I tried running it but it just completes immediately and nothing actually happens. Anybody else have this problem? Also how do you download the apk's from the Play store? Thanks
Is root required, or does it also work if i still got stock and no root rights?
Greets Vauvenal7
Sent from my HTC Vision
To the above two posts, I believe you need to be on jelly bean to use the function. And also apk can't be downloaded from play store. You have to search it online.
Jasonchewy91 said:
And also apk can't be downloaded from play store. You have to search it online.
Click to expand...
Click to collapse
What I did was use ES File Explorer, chose Manage Apps and long pressed on an app I wanted to use and chose BACKUP. This created an APK that I was able to work with.
Doesn't output the file although I tried running as admin.
I added an error-formular to my startpost in case of error please use it, I hardly can diagnose any errors with less informations.
Thank you for your understanding.
So, is jb required?
Anyone able to get ezpdf working?
Error-description? The tool ran its course then finished and asked if I want to open the modified app's folder. I click YES but no new APK file.
Startet app as administrator? [X] Yes [ ] No I'm running Windows XP as Administrator
Error log in "C:\Users\[Your Windwos Account]\Documents\multiviewapmodifier.log" written? [ ] Yes [X] No no logs found.
In case of yes: text of the errorlog? None
Error on every APK or just one? [X] every [ ] one
In case of one: which one? All of them
In case of one: which version of the app? all of them
(optional) in case of one: provide the APK Not able to upload the APK but they are Viggle, IMDB, and TuneWiki
Which selection mode of the tool do you use? file
At which step in the tool does the error occure? No modified file was made
cproaudio said:
Error-description? The tool ran its course then finished and asked if I want to open the modified app's folder. I click YES but no new APK file.
Startet app as administrator? [X] Yes [ ] No I'm running Windows XP as Administrator
Error log in "C:\Users\[Your Windwos Account]\Documents\multiviewapmodifier.log" written? [ ] Yes [X] No no logs found.
In case of yes: text of the errorlog? None
Error on every APK or just one? [X] every [ ] one
In case of one: which one? All of them
In case of one: which version of the app? all of them
(optional) in case of one: provide the APK Not able to upload the APK but they are Viggle, IMDB, and TuneWiki
Which selection mode of the tool do you use? file
At which step in the tool does the error occure? No modified file was made
Click to expand...
Click to collapse
Same here with k9mail.apk (K-9 mail)
dREI
cproaudio said:
Error-description? The tool ran its course then finished and asked if I want to open the modified app's folder. I click YES but no new APK file.
Startet app as administrator? [X] Yes [ ] No I'm running Windows XP as Administrator
Error log in "C:\Users\[Your Windwos Account]\Documents\multiviewapmodifier.log" written? [ ] Yes [X] No no logs found.
In case of yes: text of the errorlog? None
Error on every APK or just one? [X] every [ ] one
In case of one: which one? All of them
In case of one: which version of the app? all of them
(optional) in case of one: provide the APK Not able to upload the APK but they are Viggle, IMDB, and TuneWiki
Which selection mode of the tool do you use? file
At which step in the tool does the error occure? No modified file was made
Click to expand...
Click to collapse
I set up a xp testsystem and can repoduce the error, will make a special xp version of the tool, please be patient
Anybody have success using this on KFHD 7". I saw it in a thread "Show off your homescreen" that someone was running it, but I can't get it to show up.. In the post he stated that you can't move it to system/apps or it won't work, so I didn't do that. I have the app up and running and installed with changes to RW/R/R but nothing pops up when I hit Start Touch Service.. Any ideas..
How to Enable Live Petal Theme (LMT) Launcher oon the Kindle Fire Tablets
lacoursiere18 said:
Anybody have success using this on KFHD 7". I saw it in a thread "Show off your homescreen" that someone was running it, but I can't get it to show up.. In the post he stated that you can't move it to system/apps or it won't work, so I didn't do that. I have the app up and running and installed with changes to RW/R/R but nothing pops up when I hit Start Touch Service.. Any ideas..
Click to expand...
Click to collapse
lacoursiere18,
We just tested this on our internal Kindle Fire HD 7" with success, please take these steps:
Step 1: Remove any old versions of Live Petal Theme (LMT) Launcher and reboot the Kindle
Step 2: Launch Google Play Store, search for MXHome Launcher 3.0 - choose Install and Accept & download
Step 3: When the install is done, launch Root Explorer or ES File Explorer, navigate to /data/app folder
Step 4: Find com.neomtel.mxhome-1.apk (your name may differ, look for the icon that matches the one in Google Play Store)
Step 5: Move com.neomtel.mxhome-1.apk from /data/app to /system/app - change the permissions to User: Read Write Group: read and Others: Read
Step 6: Reboot the Kindle, during the Reboot you will see "Kindle is Upgrading" - this is normal
Step 7: Once you Unlock the Kindle you will be presented with "Complete action using:" - the Option here is to select which launcher you would like to use,. If you are using MagicLocker be sure to select MagicLocker if you are not using MagicLocker, then select MXHome Launcher. If you are using MXHome Launcher Exclusively without MagicLocker the the Launcher will initialize and you can stop here, otherwise MagicLocker users proceed to step 8.
Step 8: Next MagicLocker will launch and you will be presented with a pop-up asking you to select your primary launcher, this is where you would select MXHome Launcher
Step 9: Now exit the MagicLocker options screen and begin to setup MXHome Launcher
[ Info ]
(WINDOWS ONLY)
hi guys so i keep getting requests to create rooting kits for specific devices... so i have created a generic rootkit package which should work on any device which has INSECURE KERNEL already installed/flashed... and as a bonus i am also linking to an unrooting script!
it should work on any Andorid version (GB and above)
before we begin let me tell you that there is nothing new in the steps which this rootkit takes, its pretty standard stuff... i have created this only because i was getting numerous request for such a toolkit...
THIS ASSUMES THAT YOU HAVE INSECURE KERNEL FLASHED ONTO YOUR DEVICE (most cases this is possible only if bootloader is unlockable)
Creating insecure kernel for your device is beyond the scope of this thread.
How to use this toolkit:
just download the attached file
extract it using winzip/winrar/7zip to a folder on C:\
go to the folder where its extracted and execute "RUNME.bat"
read and follow the instructions on the screen!
Code:
---------------------------------------------------------------
Easy rooting toolkit (v1.0)
created by DooMLoRD
for in-secure kernels
Credits go to all those involved in making this possible!
---------------------------------------------------------------
[*] This script will:
(1) root ur device assuming that you have an in-secure kernel (ro.secure=0) installed on your device
(2) install Busybox (1.18.4)
(3) install SU files (SuperSU)
(4) do some checks for free space, tmp directory (will remove Google Maps if required)
[*] Before u begin:
(1) make sure u have installed adb drivers for ur device
(2) enable "USB DEBUGGING"
from (Menu\Settings\Applications\Development)
(3) enable "UNKNOWN SOURCES"
from (Menu\Settings\Applications)
(4) [OPTIONAL] increase screen timeout to 10 minutes
(5) connect USB cable to PHONE and then connect to PC
---------------------------------------------------------------
[ Tested on ]
since its a generic toolkit it should work on any device, i will try and maintain a list at that following post:
Tested & Reported to be working on the THESE devices
[ Credits ]
Credits go to all those involved in making this possible!
Chainfire for SuperSU
[ Donations ]
if u feel that this work has helped u OR u think that the work i put into making this is worthy of donations, then click on the following link for buying me some coffee/beer/etc My PayPal Donation Link
[ Download Links ]
DooMLoRD_v1-ROOT-insecure-busybox-su.zip
[ UnRooting ]
want to unroot? read this
regards,
DooMLoRD
List of devices this has been tested on:
Xperia Arc (GB, ICS)
Xperia Play (GB)
Xperia S (GB, ICS)
Xperia T (ICS, JB)
Xperia E Dual (ICS)
my yu yuphoria was bricked recently by doing a flash of miui9 which being on auto update installed the new rom because of which my phone was hard bricked ...i have tried to flash the stock rom and the miui 9 rom too ..but while flashing the system file it says FAILED remote flash write failure ....and it is happening with the system file alone rest all files like the data and all other are flashing just the system file is not i have tried lineage os too but same error for all system files alone ....i am using twrp for the recovery ...and on seeing the internal memory via twrp it shows zero internal memory ...if u could help me in how to fix my phone ...or tell me a thread where i can find the solution ...thank you for your help.....
i know it is out of the thread topic but i cant contact you ..your private message are full
Hi,
I wrote a little script with some nice utilities to customize the Kindle Fire HDX 8.9.
Options available :
Superuser
Remove signature check
Install Google Apps
Fix wallpaper
It runs under Linux, and you need to have java, jar, sed, wget, adb and aapt set up on your computer.
To use it, plug your device and enable adb.
Extract the archive and run hdx.sh in a terminal.
Everything is not perfect, but it seems to work pretty good for me
Thanks to everybody who worked on the tools I use in this script.
Is play store working for downloading
Sent from my SPH-L900 using xda app-developers app
Tanks to cpasjuste tips it is
I know u mentioned Linux us it possible to run this from windows
Sent from my SPH-L900 using xda app-developers app
I have the same question... can we run this script under windows somehow. I already have root, gmail and music working... play store can't connect though... I also used adb to do the wallpaper fix and it says it is applied but nothing seems to have happened. Still no wallpapers anyway. btw, I also have superuser and busybox installed too.
Same question here. Also, can the wallpaper fix be used stand alone and will we be able to have wallpapers on stock launcher? I am on 7“
Sent from beneath my invisibility cloak
Judging by the content of the .sh file, i believe a .bat file can be written to run on windows... however, it would be prudent to do it in a safestrap rom slot, you know, just in case something goes wrong...
Thanks for sharing @Ptiwee !
Ill try manual execution of some of the steps in your guide (most especially on the ones related to DownloadProvider) and see how it goes !
Cheers!
If you want just the wallpaper fix I thought I'd mention my fix still works on the hdx that I designed for the HD, though you may have to install busybox on your kindle first.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
It should be possible to use it on Windows, though you have to find the equivalent for all programs used inside (especially for sed ...)
I don't have time to care about it before Christmas ...
stunts513 said:
If you want just the wallpaper fix I thought I'd mention my fix still works on the hdx that I designed for the HD, though you may have to install busybox on your kindle first.
Sent from my Amazon Kindle Fire HD running CM10.1 Tablet UI using xda-developers app
Click to expand...
Click to collapse
Do i have to be rooted?
Sent from beneath my invisibility cloak
Will this allow Amazon Appstore to work?
It doesn't look like it as you've used the same cm10 apks, but I thought it wouldn't hurt to ask before I go through the trouble of trying it out...
Sent from my KFTHWI using Tapatalk 4
Hanzo.Hasashi said:
Do i have to be rooted?
Click to expand...
Click to collapse
You'll need to root before applying the wallpaper fix
Sent from my KFTHWI using Tapatalk 4
I have tried this and after applying the Google Apps 3rd option it rebooted and now its stuck with the kindle fire logo and not coming up anymore
The device answers to adb commands (lists up with adb devices) and reboots with "adb reboot fastboot" and/or "adb reboot recovery"
Although resetting with the recovery to factory defaults doesnt help...
Anyone know whats happening? (I cant afford to send it back to US as I live in Colombia)
Sorry for the double post
Root works, but when trying the signature check (I just went past 1-2-3-4 and 5 without checking for errors I was just too sleepy)
It gives me this:
Waiting for device ...
Pulling files ...
8403 KB/s (3479504 bytes in 0.404s)
335 KB/s (27576 bytes in 0.080s)
5837 KB/s (1083168 bytes in 0.181s)
6180 KB/s (1505152 bytes in 0.237s)
9411 KB/s (10893168 bytes in 1.130s)
6375 KB/s (1398376 bytes in 0.214s)
1422 KB/s (130136 bytes in 0.089s)
4940 KB/s (765056 bytes in 0.151s)
7 KB/s (313 bytes in 0.040s)
1 KB/s (72 bytes in 0.040s)
Deodexing ...
Exception in thread "main" org.jf.util.ExceptionWithContext: services.odex is not an apk, dex file or odex file.
at org.jf.dexlib2.DexFileFactory.loadDexFile(DexFileFactory.java:111)
at org.jf.dexlib2.DexFileFactory.loadDexFile(DexFileFactory.java:54)
at org.jf.baksmali.main.main(main.java:247)
Editing /com/android/server/pm/PackageManagerService.smali ...
./hdx.sh: line 40: smali/com/android/server/pm/PackageManagerService.smali.new: No such file or directory
mv: cannot stat ‘smali/com/android/server/pm/PackageManagerService.smali.new’: No such file or directory
Recompiling ...
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.RuntimeException: Cannot find file or directory "smali"
at org.jf.smali.main.main(main.java:174)
./hdx.sh: line 44: jar: command not found
rm: cannot remove ‘smali’: No such file or directory
rm: cannot remove ‘classes.dex’: No such file or directory
Reodexing on device...
7 KB/s (313 bytes in 0.040s)
push: scripts/remove_signature_check/dexopt-wrapper -> /data/local/tmp/dexopt-wrapper
push: scripts/remove_signature_check/odexsign.sh -> /data/local/tmp/odexsign.sh
2 files pushed. 0 files skipped.
70 KB/s (5822 bytes in 0.081s)
Signing and replacing services.odex ...
--- BEGIN 'services.jar' (bootstrap=0) ---
--- waiting for verify+opt, pid=6931
--- would reduce privs here
--- END 'services.jar' --- status=0xff00, process failed
20+0 records in
20+0 records out
20 bytes transferred in 0.001 secs (20000 bytes/sec)
Cleaning ...
Done, push any key to continue ...
Click to expand...
Click to collapse
Any ideas why services.odex is not what its looking for? (Maybe someone could upload it?)
Guys, if ANY PART OF THIS FAILS & YOUR DEVICE REBOOTS, IT WILL BRICK THE HDX.
Several people are having issues (maybe running this in a terminal on device or via mnty) that leads to the endless bootloop. This can also occur if there are files left in Dalvik cache from the old download manager & UI.
Use caution & common sense when trying to modify your device. My brother works for Amazon & has told me that they are supposed to start cracking down on device returns this week. If you mess your device up because you don't really know what you are doing (much of this is early developmental stage) there is an increasing chance that you will be stuck with a non-functioning device &/or out several hundred dollars.
Poesini said:
Sorry for the double post
Root works, but when trying the signature check (I just went past 1-2-3-4 and 5 without checking for errors I was just too sleepy)
It gives me this:
Any ideas why services.odex is not what its looking for? (Maybe someone could upload it?)
Click to expand...
Click to collapse
If you are still stuck in bootloop, I can help you. Based on your post, I bricked on purpose & was able to recover. Hit me up, or check out my thread in the HDX General forum section.
GSLEON3 said:
If you are still stuck in bootloop, I can help you. Based on your post, I bricked on purpose & was able to recover. Hit me up, or check out my thread in the HDX General forum section.
Click to expand...
Click to collapse
WOW
FKN WOW
You saved my life man you just saved my life... Followed your guide and now I have my device back again YAY
Thanks a lot man
Jocky & I probably saves 100's of Kaisers back in the WM days. Been a while since I've had time to really get into Android firmware, but I can still piddle with the best of the average, lol...
Glad you are fixed .
Now you can mod the build.prop & start anew if so desired. What I did. Once you've used the exploit, SU is almost garunteed to stay, at least until Amz patches it in an update.
Sent from my Nexus 7 using XDA Premium HD app
Ptiwee said:
Hi,
I wrote a little script with some nice utilities to customize the Kindle Fire HDX 8.9.
Options available :
Superuser
Remove signature check
Install Google Apps
Fix wallpaper
It runs under Linux, and you need to have java, jar, sed, wget, adb and aapt set up on your computer.
To use it, plug your device and enable adb.
Extract the archive and run hdx.sh in a terminal.
Everything is not perfect, but it seems to work pretty good for me
Thanks to everybody who worked on the tools I use in this script.
Click to expand...
Click to collapse
Hi,
I tried to install the Google Apps with the scripts, and now every time I boot up it shows "Kindle is upgrading ...."
After a while it still boot up successfully. But it is taking longer time.
Also, the Google Play store only works for me once after I first reboot. Afterward, it app closes itself right after I click on it.
Reboot does not help.
Did I do anything wrong here? Any idea how I can fix it?
Thanks.
I'm back from Christmas celebrations, sorry ...
As GSLEON3 stated, it is important to use those scripts safely. I put them here for crazy people who know what they are doing
The Kindle update is a known bug, it doesn't disturb me a lot but maybe I'll try to find a solution
For the Google Play store not working, did you disabled the signature check ?