[Q&A] [How-to] How I expanded my app storage (repartitioning) - Kindle Fire Q&A, Help & Troubleshooting

Q&A for [How-to] How I expanded my app storage (repartitioning)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [How-to] How I expanded my app storage (repartitioning). If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!

Stuck!
Hi so when I try to re partition it says that the block is still mounted when I have run the umount command and it returns that it unmounts sucessfully then when I go back and try again it says Invalid Argument. I fear that after I recovered from a soft brick caused by the Fire Parted utility I messed up my kindle. Could anybody help me out?

Thanks for the great tutorial, however am having problems with adb commands when the device is in recovery mode. Is there a way to authorize adb when the device is in recovery mode?
I've tried changing the ro.adb.secure=1 to ro.adb.secure=0 in build.prop but it still doesn't work once the device is rebooted.

Related

I can install apps from pc using fastboot?

I can install apps from pc using fastboot?
Moved. Please don't post in the wrong topic....especially on Christmas day when I have better things to do than read pms about wrong topics.
Please read this post and do not post anything further in the Development section unless you have something to share. Continued attempts to ask questions there will result in restrictions to your ability to post.
To answer your question though, you can use the following to install app remotely
Code:
adb install app.apk

Frequently Asked Questions - EVO 4G

[SIZE=+3]Frequently Asked Questions[/SIZE]
[SIZE=+2]HTC EVO 4G[/SIZE]​
[SIZE=+1]This a short list of frequently asked questions in this device forum and the answers often given as a response. It should serve as a starting point for gathering knowledge and finding solutions to many common problems. Please only post in this thread with feedback on how to improve this document. Do not post "Thank you" type responses. If you have additional questions or require more help, try to find an existing thread or create your own. Do not use this as a general help thread.[/SIZE]
[SIZE=+1]Q1: How do I root my phone....?[/SIZE]There are many simple ways to root the EVO 4G. Below are some of the guides that cover this topic:
[/URL].​
[SIZE=+1]Q2: What does S-OFF/S-ON mean....?[/SIZE]On HTC devices, the manufacturers enables a security flag on the Nand memory. When you root your phone, you are only given access over the system, meaning that you can flash custom firmware. However, this NAND-lock prevents you from flashing unsigned images to restricted partitions including, but varying by HTC device, the boot partition (where the kernel and other information is stored), the recovery partition, the radio partition, and sometimes others. So due to this NAND-lock, fully rooting an HTC device typically includes gaining S-OFF on said device in order to have full control over the device, be able to update radios/modems as they come out, and other [usually] essentials.​
[SIZE=+1]Q3 What is a logcat and how do I get one....?[/SIZE]TODO​
[SIZE=+1]Q4: What is fastboot/bootloader mode....?[/SIZE]
On some Android devices there is a "fastboot" mode by which custom firmware can be flashed after unlocking the device (root). The bootloader is a part of the boot sequence that provides access to fastboot and recovery mode, as well as the normal system. Note that using most fastboot commands requires a rooted/unlocked device.​
[SIZE=+1]Q5: What is a recovery....?[/SIZE]
A recovery is an OS-like portion of the device that lives on its own partition. This specific design is a product of Android itself that allows updating of the device. When a custom recovery is installed, custom firmware packages (not released by the carrier/manufacturer) can be flashed to the device, as well as other packages.​
[SIZE=+1]Q6: Where can I learn to dev....?[/SIZE]
There are MANY good places to get started. In my personal opinion, you should read through the entire xda-university site, as well as searching around on XDA and reading whatever catches your eye. I cannot stress enough how important reading and understanding is. Some other good places to look include the following, in no particular order:
[Lists]Guide Ride-From a Newbie to a Dev, Get all you need here
[ INFO ] Links to Get you Started Working with Android
Note that the above is by no means a complete or full list of resources.​
[SIZE=+1]Q7: What is ADB and how do I use it....?[/SIZE]
ADB is a tool for interfacing with your Android device. It can be incredibly useful for debugging ROMs and fixing soft-bricks.
Please see this thread for everything ADB
FULL ADB GUIDE​
*​
Forum Rules | New Users Guide | XDA Tour | Report Posts​
This FAQ is part of a Recognized Contributor Group Initiative. Please look for a similar FAQ thread when visiting another device forum.
A special thanks to everyone who contributed to the production of this FAQ​
Hey brother great idea,i have something you might can use.
What is Logcat:The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which then can be viewed and filtered by the logcat command. You can use logcat from an ADB shell to view the log messages.
How To LogcatExample)Open your terminal app;Type: logcat > /sdcard/logcat.txt (this should create it in internal memory on the phone)To send to ext sd card: logcat > /mnt/external_sd/logcat.txt.
Thats one way of doing it,theres a guide on how to use ADB to take a logcat... http://forum.xda-developers.com/showthread.php?t=1798316

[Q&A] [ROOT] [TOOL] Easy Ace Root Tool

Q&A for [ROOT] [TOOL] Easy Ace Root Tool
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROOT] [TOOL] Easy Ace Root Tool. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Yesterday I followed this how to carefully. I executed EasyAceRootTool option1 .
It was reporting I need to upgrade RUU to 3.13.0.0 so it automatically loaded the HTC RUU.
When I was executing HTC RUU I was receiving a 171 USB connection error (using Windows 8) at the end
of the process,HTC was freezing and was forced to remove battery and restart.
So I read forum and as suggested I placed rom.zip in my sd card / , and renamed it with PD98IMG.zip .
I was restarting the phone with HBOOT , I allowed the load of PD98IMG.zip , it was loaded correctly and restarted using
power . But when I check the version I do not have 3.13.0.0 !!
PD98IMG.zip contains 3.13.0.0 , I verified it decompressing the file.
What am I failing please ? Should I use the goldcard procedure ?

[Q&A] [LWX49K&LDZ22D] Rooting made easy

Q&A for [LWX49K&LDZ22D] Rooting made easy
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [LWX49K&LDZ22D] Rooting made easy. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
being able to simply copy and paste music to the watch would be awesome !
is there a way to undo or uninstall the supersu?
can't root
After reboot to bootloader, I see on device white screen with text "Running Fastboot" and I can't do anymore with device, only reboot manually from button. Please help to root.
So, rooting instructions are a bit confusing because there are the computer instructions and device instructions. This is how it works here.
Reboot to fastboot on your computer
Fastboot boot twrp.zip on computer
Adb push root files.zip on computer
Install root.zip in twrp on the watch
That should do it.
I'm stuck at fastboot too, I just get waiting for device on the terminal. I can boot into fastboot but can't boot the img

[Q&A] KPPD - Configure post-processing settings of your display! [2015/07/25]

Q&A for KPPD - Configure post-processing settings of your display! [2015/07/25]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for KPPD - Configure post-processing settings of your display! [2015/07/25]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Once I get the files pushed and run the adb shell I'm unable to copy either file from /data/local/tmp/ to /system/bin/ or /system/etc/. A ls in the /data/local/tmp/ directory shows them both there, but doing a list show in /system/bin/ or /etc/ shows nether file copying. I didn't even realize it until I tried to chmod the permissions and got a "file does not exist" message. When I try to copy it states that the file is "Read-only", doing su cp /data/local/... doesn't work either. Is my ADB/shell install just jacked and not actually pulling proper super user permissions?
hi
you'll need to download the kppd release below, and unpack it to prep for some adb fun...
Click to expand...
Click to collapse
download and unpack it to where ? the pc ? the lg g4 device ? sorry for my lack of understanding ...
rooted my g4 yesterday... do i need a ROM installed for use ROM Toolbox app to run this script and make
this all thing work.. can some1 plz explain slowly how to do this all process so it will work on my device..
thanx in advanced...
some1 can guide me from here.. ?
did the all adb stuff
now i try to find the KPPD script in my device with ROM Toolbox..
1. press: Scripter
2. press on "+" to import
3. found KPPD file in: Home->system->bin
the problem is that the KPPD file logo is a white paper not a script logo.. i try to import it anyway.. press on it and got this message: "This file is too large"
maby i need to load in the rom toolbox the postproc.conf file ?
I'm not sure that i know what i need to do in the Rom Toolbox app..
can some1 plz help me from here...
thanx...

Categories

Resources