Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
daveyannihilation
Old
#31  
daveyannihilation's Avatar
Senior Member
Thanks Meter 194
Posts: 269
Join Date: Apr 2012
Location: Perth
Quote:
Originally Posted by alkhafaf View Post
Google it
But actually u can know in another way... by installing busy box by Stricsson.. but just install the app to know the version don't install the busybox..cuz it makes problems and conflicts if u already got busybox...



Sent from tapatalk using sgs i9000

[ROM][GB][JW8] MesoROM v2.0 8/27/2012 Ultra Light-Smooth-Beauty

Google+
Yes I have busybox. Yes it's rooted

What else do I need to check/do you need to know?
 
alkhafaf
Old
(Last edited by alkhafaf; 20th September 2012 at 02:07 PM.)
#32  
alkhafaf's Avatar
Senior Member - OP
Thanks Meter 589
Posts: 1,053
Join Date: Apr 2012
Location: Cairo

 
DONATE TO ME
Did u use adb before? Did u try to push a file before?

And... u already enabled USB debugging..right ? And got super user ?

Sent from my GT-I9000 using xda app-developers app
 
daveyannihilation
Old
#33  
daveyannihilation's Avatar
Senior Member
Thanks Meter 194
Posts: 269
Join Date: Apr 2012
Location: Perth
Quote:
Originally Posted by alkhafaf View Post
Did u use adb before? Did u try to push a file before?

And... u already enabled USB debugging..right ? And got super user ?

Sent from my GT-I9000 using xda app-developers app
Yes I used adb before it showed my device so it's set up. No I didn't push a file before.

Yes USB Debugging is enabled. Yes I have Super User.
 
alteredlikeness
Old
#34  
alteredlikeness's Avatar
Recognized Contributor
Thanks Meter 2050
Posts: 1,612
Join Date: Mar 2012
Location: reflecting on Indra's net

 
DONATE TO ME
I had to use this to mount r/w:
Code:
adb shell "su -c 'mount -o rw,remount -t ext3 /dev/block/system /system'"
It has worked so far on a few different devices... You can check out my script here: http://forum.xda-developers.com/show....php?t=1853569
Sorry if I am hijacking - but I thought it might be helpful.

Sent from my phone's mind
Quote:
Originally Posted by doseone/themselves View Post
Code:
watch your hand, the motorized lifestyle likes to bite and grind
A2 Edison | N10 Manta

/-\ |_ T F |2 F |)
 
alkhafaf
Old
(Last edited by alkhafaf; 20th September 2012 at 03:55 PM.)
#35  
alkhafaf's Avatar
Senior Member - OP
Thanks Meter 589
Posts: 1,053
Join Date: Apr 2012
Location: Cairo

 
DONATE TO ME
Quote:
Originally Posted by alteredlikeness View Post
I had to use this to mount r/w:
Code:
adb shell "su -c 'mount -o rw,remount -t ext3 /dev/block/system /system'"
It has worked so far on a few different devices... You can check out my script here: http://forum.xda-developers.com/show....php?t=1853569
Sorry if I am hijacking - but I thought it might be helpful.

Sent from my phone's mind
Thanks buddy.. but this is for ext3 file system...I doubt if it will work with other file system..
And... what do u mean by hijacking?.. u hijacked something?

Sent from my GT-I9000 using xda app-developers app
 
alteredlikeness
Old
#36  
alteredlikeness's Avatar
Recognized Contributor
Thanks Meter 2050
Posts: 1,612
Join Date: Mar 2012
Location: reflecting on Indra's net

 
DONATE TO ME
Quote:
Originally Posted by alkhafaf View Post
Thanks buddy.. but this is for ext3 file system...I doubt if it will work with other file system..
And... what do u mean by hijacking?.. u hijacked something?

Sent from my GT-I9000 using xda app-developers app
Yup. But it can be changed for other systems.. it's just the concept I was trying to show.
Lol... and hijacking (in this sense) is when someone steals someone else's thread or changes topic

Sent from my phone's mind
Quote:
Originally Posted by doseone/themselves View Post
Code:
watch your hand, the motorized lifestyle likes to bite and grind
A2 Edison | N10 Manta

/-\ |_ T F |2 F |)
 
alkhafaf
Old
#37  
alkhafaf's Avatar
Senior Member - OP
Thanks Meter 589
Posts: 1,053
Join Date: Apr 2012
Location: Cairo

 
DONATE TO ME
Quote:
Originally Posted by alteredlikeness View Post
Yup. But it can be changed for other systems.. it's just the concept I was trying to show.
Lol... and hijacking (in this sense) is when someone steals someone else's thread or changes topic

Sent from my phone's mind
Lol
OK then.. I think here u changed the topic ? .... actually u were on the topic .. u should say (sorry for intruding) just kidding

I have found a code that should mount on any file system... I will try it and once it works I will update the script and give u that line of. Code.

Sent from my GT-I9000 using xda app-developers app
 
alkhafaf
Old
#38  
alkhafaf's Avatar
Senior Member - OP
Thanks Meter 589
Posts: 1,053
Join Date: Apr 2012
Location: Cairo

 
DONATE TO ME
Quote:
Originally Posted by daveyannihilation View Post
Yes I used adb before it showed my device so it's set up. No I didn't push a file before.

Yes USB Debugging is enabled. Yes I have Super User.
ok then.. please try the following:

1. open cmd.exe
2.paste the following code then press enter:

Code:
adb shell
su
grep " /system " /proc/mounts | awk '{system("mount -o rw,remount -t "$3" "$1" "$2)}'
then, if nothing appears, go on and try to run the odexer script...

if all that failed, go to recovery, then mount and storage, mount /system. After that run the script.
 
M_J_Nazari
Old
#39  
M_J_Nazari's Avatar
Recognized Developer
Thanks Meter 2124
Posts: 1,408
Join Date: Jul 2010
Location: Bushehr

 
DONATE TO ME
Hi Alkhafaf, i think you followed this thread


[Toturial][Windows] How Editing The ODEX framework files? [Simplified]

at least you could create a link for your reference .
Thanks.
 
alkhafaf
Old
(Last edited by alkhafaf; 21st September 2012 at 12:41 AM.)
#40  
alkhafaf's Avatar
Senior Member - OP
Thanks Meter 589
Posts: 1,053
Join Date: Apr 2012
Location: Cairo

 
DONATE TO ME
Quote:
Originally Posted by M_J_Nazari View Post
Hi Alkhafaf, i think you followed this thread


[Toturial][Windows] How Editing The ODEX framework files? [Simplified]

at least you could create a link for your reference .
Thanks.
Yeah bro.. I remember now...I just used the permissions and some little things from your thread... but surely not everything...

I forget to write the credit for it cuz I did it for mine since months and now I decided to make it as script..

There are some instructions for odexing here that u didn't refer to it... which is very important.. check the instructions (point no. 3)... I think u know it but forgot to write it in your thread..


Sent from my GT-I9000 using xda app-developers app

 
Post Reply+
Tags
auto, easy, odex, reodex
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...