[Q] help i - Galaxy Tab 3 Q&A, Help & Troubleshooting

OK I used the kit at port for smt210r and I tryed to add build.props and it gets stuck at boot any ideas

dsilx said:
OK I used the kit at port for smt210r and I tryed to add build.props and it gets stuck at boot any ideas
Click to expand...
Click to collapse
d,
did you reset permissions on build.prop to 644 ?
if not boot to recovery, connect to pc
in terminal, assuming you are using linux, enter;
adb start-server
adb remount
adb shell
and wait for service to start and bring up prompt
then at prompt
# chmod 644 /system/build.prop
exit and reboot
m

no windows 7/8
moonbutt74 said:
d,
did you reset permissions on build.prop to 644 ?
if not boot to recovery, connect to pc
in terminal, assuming you are using linux, enter;
adb start-server
adb remount
adb shell
and wait for service to start and bring up prompt
then at prompt
# chmod 644 /system/build.prop
exit and reboot
m
Click to expand...
Click to collapse
hi no im using windows its different sadly and how can i see if i reset the build.prop to 644 plse for give me i am new to this and il try to do adb
all i know is when i started editing the rom it wouldnt let me edit it so i had to go on my computer and edit it with notpad ++

okay
dsilx said:
hi no im using windows its different sadly and how can i see if i reset the build.prop to 644 plse for give me i am new to this and il try to do adb
all i know is when i started editing the rom it wouldnt let me edit it so i had to go on my computer and edit it with notpad ++
Click to expand...
Click to collapse
notepad++ is good,
unless you set something wrong inside build.prop then it is the wrong permissions on the file
download aromafm http://forum.xda-developers.com/attachment.php?attachmentid=2231581&stc=1&d=1378202418
install just like any zip in recovery just make sure you mount system from recovery. navigate to /system long press on
build.prop and select change permissions. and you should be good unless like i said you got something wrong in
build.prop itself.
m

Just flash the latest update. All my updates include a build.prop.

gr8nole said:
Just flash the latest update. All my updates include a build.prop.
Click to expand...
Click to collapse
Yes, but learning how to get around things has value..
m

link pls and thanks
gr8nole said:
Just flash the latest update. All my updates include a build.prop.
Click to expand...
Click to collapse
Can I pls have the link and @moonbutt74 thanks for all our help I'm just a little confused on what to do with the aroma cause I don't see build.prop
But thank u for all the help

dsilx said:
Can I pls have the link and @moonbutt74 thanks for all our help I'm just a little confused on what to do with the aroma cause I don't see build.prop
But thank u for all the help
Click to expand...
Click to collapse
before your run aromafm, select mounts option in recovery and mount /system , then run aromafm.
there is an option in aromafm to automount all partitions, very helpful.
it takes a little till you get the hang of using it. very good tool.
m

Related

[Q] Framework-res error after edit

Hi, i was trying to rewrite old smilies in framework-res.apk and after that change my phone repeatedly show welcome screen (again and again ..), nothing more happen.
I have original unchanged framework-res.apk file, but i don't know how to rewrite it back without other apps (rootexplorer etc.), just through my pc or some phone recovery mode.
Can anybody help?
maybe adb would work..
try
Code:
adb remount
adb push framework-res.apk /system/framework
lets see if you can overwrite..
noobwithgalaxyy said:
maybe adb would work..
try
Code:
adb remount
adb push framework-res.apk /system/framework
lets see if you can overwrite..
Click to expand...
Click to collapse
I have this phone shortly, so i need to know where can i get adb.
after adb remount command it says: Operation not permitted
and adb push ... : Read-only file
any other ideas?
Erm.. you need to download android SDK from http://developer.android.com/sdk/index.html
then use terminal(on PC), navigate to your <sdk folder>\platform-tools
and use those commands..
I tried to create an update.zip for u.. doesn't work
Can you give me the backup framework-res.apk?
noobwithgalaxyy said:
Erm.. you need to download android SDK from http://developer.android.com/sdk/index.html
then use terminal(on PC), navigate to your <sdk folder>\platform-tools
and use those commands..
I tried to create an update.zip for u.. doesn't work
Click to expand...
Click to collapse
I have update.zip from xda forum, but it doesn't work. (but before my problem this update.zip worked)
selda said:
I have update.zip from xda forum, but it doesn't work. (but before my problem this update.zip worked)
Click to expand...
Click to collapse
no no.. i mean to restore framework file..
Ok, here is framework-res file
problem is that maybe you have not enabled usb debugging..
and update script doesnt seem to be working.. maybe some one with more experience can help you..
you can try here yourself..
http://www.londatiga.net/it/how-to-create-android-update-zip-package/
My created and signed update.zip says aborted :/
hmm. just flash a fresh rom?
how can i do that?

[Q] Copying files to /system | S-ON | HTC One X

I have rooted my HTC One X and want to copy files in /system/xbin folder. My phone shows S-ON. And Eclipse is not able to copy files to /system and adb push from shell is also not working. Is there a way I can copy files to /system/xbin?
I am running stock ROM.
My phone is NOT associated with any vendor.
adb remount
adb push filename /system/xbin
Sent from my HTC One X
You can also use es file explorer and go into the options tick up to root and the request root and then tick mount as r/w.
Then just move files as you will.
Sent from my HTC One X using XDA Premium HD app
realunited123 said:
adb remount
adb push filename /system/xbin
Sent from my HTC One X
Click to expand...
Click to collapse
The above way does not seem to work. Whenever I use adb remount(or adb mount) it says operation not permitted and I am trying to this from root privileges
My OS is :- Ubuntu 12.04
ADB(platform-tools) -> Rev 20
If you need anything more please ask me .
Additional Question
treebill said:
You can also use es file explorer and go into the options tick up to root and the request root and then tick mount as r/w.
Then just move files as you will.
Sent from my HTC One X using XDA Premium HD app
Click to expand...
Click to collapse
First of all thanx it worked. I think I will have to live with this way A ADB/Eclipse based would have been cool
Will the files moved from SDcard to phones root in anyway lose and privileges(like losing executable)? If yes, please suggest a way to restore it.
KillerTheLord said:
The above way does not seem to work. Whenever I use adb remount(or adb mount) it says operation not permitted and I am trying to this from root privileges
My OS is :- Ubuntu 12.04
ADB(platform-tools) -> Rev 20
If you need anything more please ask me .
Click to expand...
Click to collapse
When doing adb shell su do you get any toast notification on your phone? Or does it just say denied ?
Strange it works perfectly here Also are you using SuperSU or any other superuser app?
---------- Post added at 03:37 PM ---------- Previous post was at 03:36 PM ----------
KillerTheLord said:
First of all thanx it worked. I think I will have to live with this way A ADB/Eclipse based would have been cool
Will the files moved from SDcard to phones root in anyway lose and privileges(like losing executable)? If yes, please suggest a way to restore it.
Click to expand...
Click to collapse
Yes you need to change the permissions after moving from sdcard. Use Root Explorer(Long press on the file--> Change permissions)
realunited123 said:
When doing adb shell su do you get any toast notification on your phone? Or does it just say denied ?
Strange it works perfectly here Also are you using SuperSU or any other superuser app?
---------- Post added at 03:37 PM ---------- Previous post was at 03:36 PM ----------
Yes you need to change the permissions after moving from sdcard. Use Root Explorer(Long press on the file--> Change permissions)
Click to expand...
Click to collapse
I am using SuperSU as Super User App. And I think I am doing something wrong here. You mentioned about adb shell su. I think I might be wrong here. Here is how I tried to execute the command.
[email protected]: <path to platformtools> ./adb remount
remount failed: Operation not permitted
do I have to raise ADB shell to SU level. If yes, how?
KillerTheLord said:
I am using SuperSU as Super User App. And I think I am doing something wrong here. You mentioned about adb shell su. I think I might be wrong here. Here is how I tried to execute the command.
[email protected]: <path to platformtools> ./adb remount
remount failed: Operation not permitted
do I have to raise ADB shell to SU level. If yes, how?
Click to expand...
Click to collapse
Strange. Are you using the stock kernel ? If that is the case then it does not have insecure adbd (ro.secure=0) so remount will not work. Try a custom kernel.
Does adb has SU permissions from recovery ? Try booting into recovery, mounting the system partitions and try to push something from adb. Check the SuperSU app to update binary but that should not be a problem.
realunited123 said:
Strange. Are you using the stock kernel ? If that is the case then it does not have insecure adbd (ro.secure=0) so remount will not work. Try a custom kernel.
Does adb has SU permissions from recovery ? Try booting into recovery, mounting the system partitions and try to push something from adb. Check the SuperSU app to update binary but that should not be a problem.
Click to expand...
Click to collapse
Yes I have rooted the phone but the ROM is stock(I was thinking to put in CM9 Alpha).
About the second thing. I know how to boot my phone into recovery(Vol Down + Power -> From Screen -> Recovery(ClockwerkMod))
But about the rest I don't know.
Sorry about my annoying questions this is my first time I am dealing with rooting and stuff.
KillerTheLord said:
Yes I have rooted the phone but the ROM is stock(I was thinking to put in CM9 Alpha).
About the second thing. I know how to boot my phone into recovery(Vol Down + Power -> From Screen -> Recovery(ClockwerkMod))
But about the rest I don't know.
Sorry about my annoying questions this is my first time I am dealing with rooting and stuff.
Click to expand...
Click to collapse
I guess you are using stock kernel then. Try franco's or faux's kernel.
adb remount wont work from os on stock boot.img.
After rebooting into recovery go to mounts and storage-->mount /system and then push something from adb. See if that works.
KillerTheLord said:
Yes I have rooted the phone but the ROM is stock(I was thinking to put in CM9 Alpha).
About the second thing. I know how to boot my phone into recovery(Vol Down + Power -> From Screen -> Recovery(ClockwerkMod))
But about the rest I don't know.
Sorry about my annoying questions this is my first time I am dealing with rooting and stuff.
Click to expand...
Click to collapse
I think this app does exactly what you want :
http://forum.xda-developers.com/showthread.php?t=1687590
realunited123 said:
I guess you are using stock kernel then. Try franco's or faux's kernel.
adb remount wont work from os on stock boot.img.
After rebooting into recovery go to mounts and storage-->mount /system and then push something from adb. See if that works.
Click to expand...
Click to collapse
Well this didn't work either. I hope to switch to some other ROM in future(I hate HTC Sense ). But as of now Root Explorer did the job. I mounted my sdcard and copied files to it and used Root Explorer to move files to /system and then changed permissions.
Thanks for help it really made it easy .
make sure your path devs are oke for su.
in terminal run:
sudo su
adb kill-server
adb devices
you should see your HOX HTxxxxx nr.
and here you should be able to connect eclipse to HOX by adb.
NikMel said:
make sure your path devs are oke for su.
in terminal run:
sudo su
adb kill-server
adb devices
you should see your HOX HTxxxxx nr.
and here you should be able to connect eclipse to HOX by adb.
Click to expand...
Click to collapse
The problem was not accessing the device using ADB. The problem was I was not able to write to root system. ES Explorer and Root Explorer both did the job for me. I will be putting the final instructions for the process(detailed ones) soon.
Instructions onw how to copy files to root file system on HTC One X with S-ON
1) Unlock and Root your phone. Follow instructions below
http://www.youtube.com/watch?v=gIeq8Jx28cs
and then
http://www.youtube.com/watch?v=80lMHUgxwww
2) Install ES Explorer(File Manager) Link :- https://play.google.com/store/apps/details?id=com.estrongs.android.pop&hl=en
3) Connect device to computer(even if it is not recognized by ADB/Computer)
4) In Phone select Disk drive option. Now the phone's storage will be mounted on your computer as removable device.
5) Copy the files you want to send to phone's root system to any folder here.
6) Change phone's mode to charge only and wait for 2-3 secs(let phone remount sdcard)
7) Open ES Explorer and open menu(those 3 dots at bottom and select Settings)
8) Tick the following options
Up to Root
Root Explorer
Mount File System
9) A dialog box for permission will open Grant it.
10) Now copy files from /sdcard/<Folder where u put files> to where ever you want o copy files to.
11) Long press on file to change permissions and stuff.
Post here if you are stuck someone will surely help you.

Need Help ASAP with Build.Prop

Hi Everyone made a school boy error and tried to amend a few changes in my Build.Prop file...
I Made a backup of the original.. now the Phone reboots and hangs on Samsung Logo..
I Still get Into recovery .. but could someone please make me a Flashable Zip folder so that I can put my original in
Do I need to wipe dalvic after installing?
Thanks if anyone can help asap please
EwOkie said:
Hi Everyone made a school boy error and tried to amend a few changes in my Build.Prop file...
I Made a backup of the original.. now the Phone reboots and hangs on Samsung Logo..
I Still get Into recovery .. but could someone please make me a Flashable Zip folder so that I can put my original in
Do I need to wipe dalvic after installing?
Thanks if anyone can help asap please
Click to expand...
Click to collapse
If you are running CM you could dirty flash the build you used over your current one, in this case nothing should be broken after the flashing process.
set the correct permission
do it from recovery
mount system partition and run adb command
Code:
adb shell chmod 0644 /system/build.prop
set the correct permission
do it from recovery
mount system partition and run adb command
Code:
adb shell chmod 0644 /system/build.prop

[Q] can someone tell me how to avoid bootloop?

can someone tell me? how to avoid bootloop when we modified something in system partition? i mean sometimes i always get a problem with bootloop, just like that install a superuser MOD (services.jar) bootloop when restart. i still locked bootloader. can i push any file or something without must turn on the phone. like use any adb debugging?
Nicklas Van Dam said:
can someone tell me? how to avoid bootloop when we modified something in system partition? i mean sometimes i always get a problem with bootloop, just like that install a superuser MOD (services.jar) bootloop when restart. i still locked bootloader. can i push any file or something without must turn on the phone. like use any adb debugging?
Click to expand...
Click to collapse
When you modify something on the system partition it is advised that you set the permissions to it. When you push SUPERUSERMOD to the system you are pushing it with 0664 (I think) permissions, it needs 0644 permissions to run and execute. You can easily push your files to your device and set the permissions using ADB.
gamer649 said:
When you modify something on the system partition it is advised that you set the permissions to it. When you push SUPERUSERMOD to the system you are pushing it with 0664 (I think) permissions, it needs 0644 permissions to run and execute. You can easily push your files to your device and set the permissions using ADB.
Click to expand...
Click to collapse
ya, i understand with android sdk right? ya ya thanks ya!!!
Nicklas Van Dam said:
ya, i understand with android sdk right? ya ya thanks ya!!!
Click to expand...
Click to collapse
Yes it is, drop me a PM if you need any of the codes to push the file to the system partition.
some code?
gamer649 said:
Yes it is, drop me a PM if you need any of the codes to push the file to the system partition.
Click to expand...
Click to collapse
i think the first code is adb shell and then su, but before that i active the usb debugging and then apply the root permission do this command
mount -o remount rw "/system" to mount system. and
do cp,rm and maybe chmod to copy,delete and change permission right? are still any code that i still don't know it?

[Q] Accidentally modified Framework

Like a dummy I tried to rename framework-res while using my nexus so I could replace it with an edited one (deb rooted, stock 4.4.4 rom, franco -17 kernel)
Now Im trying to ADB in to rename the original file so it will boot again.
I'm connected to the nexus in ADB but when I try to pull or rename the file I always get some sort of error.
I was able to adb push a framwork file I downloaded on my computer but it still wouldnt boot. Im assuming it was bad.
Any help is much appreciated!
thanks!
Rhatfield25 said:
Like a dummy I tried to rename framework-res while using my nexus so I could replace it with an edited one (deb rooted, stock 4.4.4 rom, franco -17 kernel)
Now Im trying to ADB in to rename the original file so it will boot again.
I'm connected to the nexus in ADB but when I try to pull or rename the file I always get some sort of error.
I was able to adb push a framwork file I downloaded on my computer but it still wouldnt boot. Im assuming it was bad.
Any help is much appreciated!
thanks!
Click to expand...
Click to collapse
The reason it would not boot with the one you pushed to the device is probably because you have to set permissions correctly after the push. Framework res should probably be set to rw-r--r--
Run this after the push, or if the file is still on the phone, run it now.
Code:
adb shell
su
chmod 644 /system/framework/framework-res.apk
SwoRNLeaDejZ said:
The reason it would not boot with the one you pushed to the device is probably because you have to set permissions correctly after the push. Framework res should probably be set to rw-r--r--
Run this after the push, or if the file is still on the phone, run it now.
Code:
adb shell
su
chmod 644 /system/framework/framework-res.apk
Click to expand...
Click to collapse
I will give it a shot the second I get home! Thank you so much for the help. So by default files pushed to the system do not have full read and write permissions?
Thanks again!
Rhatfield25 said:
I will give it a shot the second I get home! Thank you so much for the help. So by default files pushed to the system do not have full read and write permissions?
Thanks again!
Click to expand...
Click to collapse
Yes, most of the time, pushed files will copy with bad permissions. Every time I've ever edited a system APK, I've had to subsequently set permissions before it would act correctly. Might not be 100% your issue, but it's definitely worth a shot.
SwoRNLeaDejZ said:
Yes, most of the time, pushed files will copy with bad permissions. Every time I've ever edited a system APK, I've had to subsequently set permissions before it would act correctly. Might not be 100% your issue, but it's definitely worth a shot.
Click to expand...
Click to collapse
Well now Ive run into a new problem. When I SU to get root access it tells me that /sbin/sh isnt found.
I rooted the n7 with cf autoroot.
this would be a whole lot easier if twrp would mount the tablet so I could just upload and flash a zip to update it.
Well I was able to sideload the boot animation herehttp://forum.xda-developers.com/showthread.php?t=2591471 just to confirm that sideload was working. I rebooted and it worked but still will not get past the boot animation.
The framework file simply needs to be put in /system right? so the command would look like
abd sideload framework-res.apk /system
Is that right?
Rhatfield25 said:
Well now Ive run into a new problem. When I SU to get root access it tells me that /sbin/sh isnt found.
I rooted the n7 with cf autoroot.
this would be a whole lot easier if twrp would mount the tablet so I could just upload and flash a zip to update it.
Click to expand...
Click to collapse
What about trying to use the terminal emulator in twrp?
Rhatfield25 said:
Well I was able to sideload the boot animation herehttp://forum.xda-developers.com/showthread.php?t=2591471 just to confirm that sideload was working. I rebooted and it worked but still will not get past the boot animation.
The framework file simply needs to be put in /system right? so the command would look like
abd sideload framework-res.apk /system
Is that right?
Click to expand...
Click to collapse
You need to fix the framework file before you can boot. Try running the permission command without su first.

Categories

Resources