W 
		
				
				
			
		wolfstain
Neues Mitglied
- 1
- Themenstarter
- #81
adb works very well. But Sorry ¿what is dmesg?,
				
			Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
							 
						
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
 
 
		
				
				
			 
 
		
				
				
			 
 
		
				
				
			 
 
		
				
				
			wolfstain schrieb:Yes I have the sim card port, and yes it disconnects the network, but I do not know how to make it work, I insert the Sim card, I activate 3g on the settings, but I try to call it from other phone and nothing happens :S
 
 
		
				
				
			 
 
		
				
				
			 
 
		
				
				
			adb kill-server
adb root 
  # you should see "already root" there, not "insufficient privileges"
adb remount
adb shell rm /system/bin/su /system/xbin/su
adb push system/bin/su /system/bin/su
adb shell ln -s /system/bin/su /system/xbin/su
adb shell chmod 06755 /system/bin/su
adb push system/app/Superuser.apk /system/app/ 
 
		
				
				
			