now i am use GDX+naa14 ........... i already go to terminal emulator and type su and a2sd formatext........then i chage to a2sd then reboot..........why it not working ?? it auto chage back to none..........why??
how about typing in terminal emulator
su
a2sd install
minimum edition™®
playjun said:
how about typing in terminal emulator
su
a2sd install
minimum edition™®
Click to expand...
Click to collapse
after type it then??
I'm always getting this...
Code:
/ $ export PATH=/data/local/bin:$PATH
/ $ su
~ # a2sd formatext
Problem detected: Apps2SD may not have ran
during boot. Cannot read a2sd.mountpoint.
a2sd is currently active
please run 'remove' then reboot
and run this command again
Aborting
~ #
I've tried remove remove command many times & rebooted but still same
I'm using link2sd maybe that's the problem
wanna thank xda? here
---------- Post added at 06:40 PM ---------- Previous post was at 06:39 PM ----------
Partition is ext2
wanna thank xda? here
vuiseng said:
after type it then??
Click to expand...
Click to collapse
choose a2sd only.dont move dalvik.it will automatically reboot.wait.
but i use link2sd.many apps,games working well on this apps.
@gogeta- just use one.
minimum edition™®
Related
!!!!UPDATE!!!
I have created a tool that makes this process 100% easier!
http://forum.xda-developers.com/showpost.php?p=21566003&postcount=1
Proceed to use the following manual guide as reference but I suggest using the tool I created for an easier experience.
=======================================================================
First if you havent already, Unlock the Vivid Bootloader on HTCdev.com!
>>>>>Follow These directions step by step dont rush or skip any steps. Take your time with this removal. It involves deleting certain files from the system folder!<<<<<
***You need root, Look for ZERGRUSH's root method on the forums***
Update the root SU binary! ( can be done in the superuser settings menu )
Go to the marketplace and look for NoBloat Free
***Look for two entries***
HtcIQAgent (com.htc.android.iqagent)
IQRD (com.htc.android.iqrd)
Click to expand...
Click to collapse
Remove them or Backup and Remove them
Go to your terminal
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd system/bin
rm iqd
rm iqfd
cd system/lib
rm libhtciqagent.so
rm libciq_client.so
rm libciq_htc.so
cd system/etc
rm iqprofile.pro
Click to expand...
Click to collapse
close your terminal session
reboot
Enjoy!
Update : This seems to be complete for now, all CIQ libraries and apps removed. Supercurios CIQ app detects that only the log remains, its useless but you can delete this too. thanks khhawkins for opening up my eyes to something i blinked over.
Update #2: You will detect two linux kernel drivers t__param_str_ciq_info & t__param_ciq_info, these two load up from the stock kernel and cant do anything after CIQ has been removed. This is normal and you will not see CIQ resurface on your device
Update #3: If youre score is 150 on Supercurios CIQ detector app you are clear!
Update #4: Dont skip any steps!
RIP CIQ on the Vivid....
What about /system/bin/iqfd? Is that related too?
Thanks for this
Sent from my HTC PH39100 using xda premium
kxhawkins said:
What about /system/bin/iqfd? Is that related too?
Thanks for this
Sent from my HTC PH39100 using xda premium
Click to expand...
Click to collapse
According to supercurios app for detecting CIQ, the IQD file in /system/bin remains after deletion of the main CIQ files. Youll see in the logcat regarding CIQ "Unable to start service Intent", after you killed the two main running apps. There are two linux drivers that stop running after you ill iqd. But even if they are on, they are basically stranded, youre CIQ free either way.
Thanks for pointing this out KHhawkins, Im updating the post to instruct how to remove the iqd file and the iqfd file
Mission Accomplished
I have searched for Zergrushs root but haven't had any luck. Can some one post the link?
capman231 said:
I have searched for Zergrushs root but haven't had any luck. Can some one post the link?
Click to expand...
Click to collapse
Search for the HTC supertool
there also happens to be an entry in /system/build.prop
ro.ril.ciq=1
dont know if changing it to 0 would have any effect.
Pirateghost said:
there also happens to be an entry in /system/build.prop
ro.ril.ciq=1
dont know if changing it to 0 would have any effect.
Click to expand...
Click to collapse
No effect, I see no more ciq activity on logcat. I wanted to tinker with the build.prop file and initially remove it, but its an unnecessary step. Similar to the orphaned kernel drivers
Sent from my HTC PH39100 using xda premium
My device has no system\pro directory at all.
Otherwise the only discrepancy I found was the file htciqagent.so was also libhtciqagent.so.
---------- Post added at 03:07 PM ---------- Previous post was at 02:44 PM ----------
FYI - My Voodoo CarrierIQ score is 150 after following your directions. The applicaiton labeled my device as "Carrier IQ elements found - however it seems inactive".
ifiweresolucky said:
My device has no system\pro directory at all...
Click to expand...
Click to collapse
Before
Code:
cd system\pro
rm iqprofile.pro
Issue:
Code:
find / -name iqprofile.pro
to locate the iqprofile.pro file.
Then, "cd" to that location, and issue
Code:
rm iqprofile.pro
Thanks, was in system\etc\
Fixed all entries
Any performance increase after removing CIQ?
ifiweresolucky said:
My device has no system\pro directory at all.
Otherwise the only discrepancy I found was the file htciqagent.so was also libhtciqagent.so.
---------- Post added at 03:07 PM ---------- Previous post was at 02:44 PM ----------
FYI - My Voodoo CarrierIQ score is 150 after following your directions. The applicaiton labeled my device as "Carrier IQ elements found - however it seems inactive".
Click to expand...
Click to collapse
Youre in the clear, the last "150" come from the linux kernel drivers which are actually part of the kernel.
Okay. Noob question here. When you say go to terminal. What does that mean? Terminal emulator on the phone? Or a terminal on the PC? And if on the PC what do I use?
I have unlocked the bootloader
He means a DOS prompt (Windows) or terminal window (Linux). Then navigate to where you have ADB (assuming you dont have environmental variables set up) and execute the commands.
backtothemac said:
Okay. Noob question here. When you say go to terminal. What does that mean? Terminal emulator on the phone? Or a terminal on the PC? And if on the PC what do I use?
I have unlocked the bootloader
Click to expand...
Click to collapse
On your Mac use the terminal app with adb. On a PC use command prompt with adb.
Sent from my HTC PH39100 using xda premium
I am missing something. I can open the shell. Enter SU and then then next step in the process fails. I am close. lol
backtothemac said:
I am missing something. I can open the shell. Enter SU and then then next step in the process fails. I am close. lol
Click to expand...
Click to collapse
Root first!
I did. I am missing something small I am sure. But I am definitely missing it.
whenever i tried to use terminal and enter the command "sh" ...... i prints "sh - applet not found" ?????
anyone has answer for it ?????? Please ! answer soon !!!!!
Strange sh should work by default
did you give superuser rights to the terminal ?
you should install busybox and then try
---------- Post added at 05:58 PM ---------- Previous post was at 05:35 PM ----------
And may i know for what are you trying to use sh?
do you want to run a script ?
Busybox?
nail16 said:
Strange sh should work by default
did you give superuser rights to the terminal ?
you should install busybox and then try
---------- Post added at 05:58 PM ---------- Previous post was at 05:35 PM ----------
And may i know for what are you trying to use sh?
do you want to run a script ?
Click to expand...
Click to collapse
Dear i tried to install busybox but it gave me errors that i have others busybox already installed .....
And i had this error because i was developing in eclipse and mounting i9000 as emulator ..... Error was "sh - applet not found"
sh is unix/linux comandline shell. When you open terminal sh run automaticaly
Solved !!!!!
I just changed my firmware back to JVU from JW4 and problemo solved ...... Thanx Anyway Guyz
Hi!
I've restarded my X8 (latest GingerZaraki, nAa14) and it's stuck on bootscreen now (the screens turns off after time but it can be waken by home button). It launches normally when /data is formated but this means that I have no apps and their settings. I've got CWM backup (unfortunately after it bootstocked) and I want to restore my apps manually. My Titanium backup is a bit outdated. And heres comes the [Q] part - is ther any possibility of restoring my data manually from CWM backup file in which I can choose what I want to restore and what not?
Thanks in advance.
Hi there..
Yes it is possible with a little reading. If you have an existing Linux install it's easier but you can use any livecd you wish.
Visit this site to get a little more info..
Good luck..
---------- Post added at 07:44 PM ---------- Previous post was at 07:40 PM ----------
Here's the easy way on a debian linux install..
Code:
linBox:/home/kaibo# modprobe mtdblock
linBox:/home/kaibo# modprobe jffs2
linBox:/home/kaibo# modprobe mtdram total_size=200000
linBox:/home/kaibo# cat /proc/mtd
dev: size erasesize name
mtd0: 0c350000 00020000 "mtdram test device"
linBox:/home/kaibo# dd if=/usr/src/sheeva/Image/ubuntu.jffs2 of=/dev/mtdblock0
278272+0 records in
278272+0 records out
142475264 bytes (142 MB) copied, 2.59761 s, 54.8 MB/s
linBox:/home/kaibo# mount -t jffs2 /dev/mtdblock0 /mnt
linBox:/home/kaibo# ls /mnt
bin dev home media opt root selinux sys usr
boot etc lib mnt proc sbin srv tmp var
Reboot to cwm, "backup and restore", "advanced restore"
stamatis, this actually cause the main problem - phone stucks on bootscreen. Recently I've found that the datas I had been looking for were in sd-ext.ext4.tar file, so I've exctracted what They're like me.xxx.xxx folders containing two another folders. Where should I put them if the app is installed on internam memory?
CtrlAltDelIrl, I've Ubuntu already but not feel too good with it, just basics. If nothing else helped, I'd try your solution. Thanks.
trove said:
stamatis, this actually cause the main problem - phone stucks on bootscreen. Recently I've found that the datas I had been looking for were in sd-ext.ext4.tar file, so I've exctracted what They're like me.xxx.xxx folders containing two another folders. Where should I put them if the app is installed on internam memory?
CtrlAltDelIrl, I've Ubuntu already but not feel too good with it, just basics. If nothing else helped, I'd try your solution. Thanks.
Click to expand...
Click to collapse
OK, i'll add a little more to make it easier..
Code:
sudo mkdir /mnt/jffs2
sudo modprobe mtdblock
sudo modprobe jffs2
sudo modprobe mtdram total_size=200000
cat /proc/mtd
sudo dd if=/home/user/Image/ubuntu.jffs2 of=/dev/mtdblock0
sudo mount -t jffs2 /dev/mtdblock0 /mnt/jffs2
ls /mnt/jffs2
Change what you need and type commands in a terminal..
---------- Post added 4th March 2013 at 12:22 AM ---------- Previous post was 3rd March 2013 at 11:55 PM ----------
Didn't even notice the different filesystem format lol..
It's very similar proceedure though..
Look here..
CtrlAltDelIrl, I'll try to this when I have some time. Thanks.
EDIT: I've tried your method CtrlAltDelIr, but I didn't succeed. Then I've found that Nandroid files can be extracted by Titanium Backup Pro, so I've bought it. Thanks for replies. Cya.
Hello xda-developers expert!
I want to install another tweak like MaliveBooster V2 or Supercharger Script by zeppelinrox
but when I tried to uninstall Fly-On Mod via android terminal emulator, this message appears (see the attachment below)
but it's say it's completely uninstalled, is this okay?
by the way i tried to reboot the device, but this message still appears
AdamKomang_noob said:
Hello xda-developers expert!
I want to install another tweak like MaliveBooster V2 or Supercharger Script by zeppelinrox
but when I tried to uninstall Fly-On Mod via android terminal emulator, this message appears (see the attachment below)
but it's say it's completely uninstalled, is this okay?
by the way i tried to reboot the device, but this message still appears
Click to expand...
Click to collapse
you have root access to run that remove?
efaustino84 said:
you have root access to run that remove?
Click to expand...
Click to collapse
I did, the superuser asked about terminal emulator root access and I allowed it
On terminal emulator:
Type Su
mount -o remount,rw /system
Uninstall
It happens to me once with OKJ script. Note: I don't know if you need to type "Uninstall" with Flyon. Good luck
Edited: or use script manager from the play store. Under advanced options you can mount the system as r/w or r/o.
mauam said:
On terminal emulator:
Type Su
mount -o remount,rw /system
Uninstall
It happens to me once with OKJ script. Note: I don't know if you need to type "Uninstall" with Flyon. Good luck
Edited: or use script manager from the play store. Under advanced options you can mount the system as r/w or r/o.
Click to expand...
Click to collapse
Sorry for late reply, I'm studying for my exam BTW I tried your tips and it's worked! Big thanks for you sir
Anyone know a good task to clean cache when screen turns off? Running cm 13 T-Mobile note 3
Tmobilefan906 said:
Anyone know a good task to clean cache when screen turns off? Running cm 13 T-Mobile note 3
Click to expand...
Click to collapse
I just created one that deletes cache for apps. The only thing is that you have to put the location of each apps cache manually. There is an app that does this, fast cache cleaner. It didn't work on my nexus 6p so I did it manually.
Here is my profile, you can add it remove what ever you need to, to suit your needs.
https://mega.nz/#!1EoQwISB!qrxkGA-zwck-taKnFkOUgKQvgjCfkNybPtFpA5eePAA
Fe Mike said:
I just created one that deletes cache for apps. The only thing is that you have to put the location of each apps cache manually. There is an app that does this, fast cache cleaner. It didn't work on my nexus 6p so I did it manually.
Here is my profile, you can add it remove what ever you need to, to suit your needs.
https://mega.nz/#!1EoQwISB!qrxkGA-zwck-taKnFkOUgKQvgjCfkNybPtFpA5eePAA
Click to expand...
Click to collapse
This one?
Tmobilefan906 said:
This one?
Click to expand...
Click to collapse
Nvm. Seems to work. How would I go about cleaning for a specific app?
Fe Mike said:
I just created one that deletes cache for apps. The only thing is that you have to put the location of each apps cache manually. There is an app that does this, fast cache cleaner. It didn't work on my nexus 6p so I did it manually.
Here is my profile, you can add it remove what ever you need to, to suit your needs.
https://mega.nz/#!1EoQwISB!qrxkGA-zwck-taKnFkOUgKQvgjCfkNybPtFpA5eePAA
Click to expand...
Click to collapse
Can u show me a manual way? Tyvm
Tmobilefan906 said:
Can u show me a manual way? Tyvm
Click to expand...
Click to collapse
That's the app.
Make a context when screen turns off.
Next, make action and select code, run shell.
Then type in
rm -r /data/data/name.of.app/cache
If your doing multiple apps put a ; at the end of each line like this.
rm -r /data/data/name.of.app/cache;
rm -r /data/data/name.of.app/cache;
Fe Mike said:
That's the app.
Make a context when screen turns off.
Next, make action and select code, run shell.
Then type in
rm -r /data/data/name.of.app/cache
If your doing multiple apps put a ; at the end of each line like this.
rm -r /data/data/name.of.app/cache;
rm -r /data/data/name.of.app/cache;
Click to expand...
Click to collapse
Like this? Don't seem to work
Tmobilefan906 said:
Like this? Don't seem to work
Click to expand...
Click to collapse
Edit. I put "," in front of com
Lol. Thanks.
Run this as root by shell script:
#!/system/bin/sh
busybox find /data/data -type d -iname "cache*" -exec busybox rm -fr {}/ ';'
Does the job for all apps(tested). Test it first in terminal.
Tmobilefan906 said:
Edit. I put "," in front of com
Lol. Thanks.
Click to expand...
Click to collapse
So your good to go? Taisto method I'm trying now. Thanks Taisto.
---------- Post added at 05:36 PM ---------- Previous post was at 05:26 PM ----------
taisto said:
Run this as root by shell script:
#!/system/bin/sh
busybox find /data/data -type d -iname "cache*" -exec busybox rm -fr {}/ ';'
Does the job for all apps(tested). Test it first in terminal.
Click to expand...
Click to collapse
Tried it, I get error -exec needs an argument any suggestions
Fe Mike said:
So your good to go? Taisto method I'm trying now. Thanks Taisto.
---------- Post added at 05:36 PM ---------- Previous post was at 05:26 PM ----------
Tried it, I get error -exec needs an argument any suggestions
Click to expand...
Click to collapse
Syntax error in exec, should end in ";".
Put space before the last ';'.
Attached the shell script.
taisto said:
Syntax error in exec, should end in ";".
Put space before the last ';'.
Attached the shell script.
Click to expand...
Click to collapse
Got it, thank you. I was missing the space. So hard to see gap after fwd slash to notice space.