What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Gb leak issues, ls in terminal emulator not showing file

devinhfox

Member
So I installed the gingerbread leak, 2.3.3, and seems when I copy new files into /system/xbin with root explorer, they do not show up when I enter terminal emulator and type. 'ls /system/xbin'.
Anyone ever had this happen?

Sent from my DROID2 using Tapatalk
 
Assuming you properly coded the cp et.
cp /folder/filename /system/xbin/filename
it sometimes is required to move into /system/xbin
cd /system/xbin
and then use the ls instruction

Do not know why, it happens to me sometimes, though.
 
Back
Top