Schmalzstulle
Dauer-User
- 346
Ja genauso hab ich das getzt auch gemacht Lordi....was soll ich da aber mit SDK???
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
LordSeth schrieb:das ist ein Befehl für für den Fastboot Modus! nicht in der Recovery! damit wird dein system komplett gelöscht..
sollte mann machen wenn man von Eclair kommt! Als ich es am Anfang nicht gemacht habe, hat sich mein Handy ständig neu rebootet!!
Code:
Firerat script installer Version 1.3.8b
Options:
a2sd apps2sdext ( for FroYo ) #NEW#
sdext sdext mount for cm6
lwp LWP fix *
lsd create legacy sd mount point
swap Auto setup swap *
shabang Patch Android scripts to work with ash
remount install remount scripts
fb Patch for Facebook 1.2.x sync on G1
fixp Patch fix_permissions with new sd mount point
dc2x DangerSPL : dalvik-cache will be bound with sd-ext *
NoneDangerSPL : dalvik-cache will be bound with cache *
MT3G : does nothing
all All of the above
* run-parts required ( autodetected )
--------------------------------------
rev <option> reverse the option (swap dc2x lwp )
--------------------------------------
example
sh /sdcard/fr-patch138.txt swap lwp fixp
will setup swap, patch fix_permissions to see apps on sd
and setup the gpu permissions to enable lwp + 3d apps
LordSeth schrieb:aio = all in one
aio swap remount shabang a2sd
wird alles was du in deinem script ausführt mit ausgeführt;-) ich mach so wie es fireat empfiehlt
lwp und dc2x wir damit ausgeführt teste es doch mal seit dem ich diese Befehle probiert habe und es mit Droidexplorer mal angeschaut was da alles ausgeführt sah ich ich kann mir diese lwp und dc2x ersparen außer für fb
if [ "`echo $@|egrep -q \"$opt\";echo $?`" != "0" ];
then
echo "Firerat script installer $Version"
echo "Options:"
echo "a2sd apps2sdext ( for FroYo ) #NEW#"
echo "sdext sdext mount for cm6"
echo "lwp LWP fix *"
echo "lsd create legacy sd mount point"
echo "swap Auto setup swap *"
echo "shabang Patch Android scripts to work with ash"
echo "remount install remount scripts"
echo "fb Patch for Facebook 1.2.x sync on G1"
echo "fixp Patch fix_permissions with new sd mount point"
echo "dc2x DangerSPL : dalvik-cache will be bound with sd-ext *"
echo " NoneDangerSPL : dalvik-cache will be bound with cache *"
echo " MT3G : does nothing"
echo ""
echo "all All of the above"
echo "* run-parts required ( autodetected )"
echo "--------------------------------------"
echo "rev <option> reverse the option (swap dc2x lwp )"
echo "--------------------------------------"
echo example
echo "sh $0 swap lwp fixp"
echo "will setup swap, patch fix_permissions to see apps on sd"
echo "and setup the gpu permissions to enable lwp + 3d apps"
exit 1
fi
if [ "$dc2x_" = "1" ];
then
if [ "$SPL" = "Danger" ];
then
DCbind2SD
elif [ "$SPL" = "NoneDanger" ];
then
DCbind2Cache
else
echo "$SPL dosn't require dalvik-cache to be bind mounted"
fi
fi
if [ "$lwp_" = "1" ]; then lwp;fi
if [ "$lsd" = "1" ]; then legacysd;fi
if [ "$swap_" = "1" ]; then swap;fi
if [ "$shabang_" = "1" ]; then shabang;fi
if [ "$remount_" = "1" ]; then remount;fi
if [ "$fb_" = "1" ]; then fb;fi
if [ "$fixp_" = "1" ]; then fixp;fi
if [ "$a2sd_" = "1" ];
then
FroYoApps2sdext
else
if [ "$sdext_" = "1" ];
then
sdextmnt
fi
fi
All In One Patch runner ( New to v1.5.3 )
new option to run the All In One Patch script ( versions 1.3.6 and higher )
the format is
Code:
aio <option1> <option2> <option3>...
e.g.
Code:
aio swap remount shabang lwp
By default it will install the sd-ext mount ( option sdext )
so a line just reading aio will be fine
Note: the patch must be on the root of the sdcard, and its file name must start with "fr-patch" and end with ".txt"
if you have several versions the newest ( as per files datetime stamp ) will be used
Faking your SPL
Please note, if your using an old config, it will be fine.. you only need the new format if you want to 'fake' your SPL in recovery.
If your using an SPL that is not officially supported by your ROM and that ROM checks your SPL you can 'patch' to fake it.
Code:
echo "spl 1.33.2005" >> /sdcard/mtdpartmap.txt