[SOLVED]Eclipse and .svn Android AIDL Problem Август 17, 2009
Posted by russenreaktor in android, develop, eclipse, programming.Tags: android, eclipse
add a comment
Today after adding my android project to svn repository I got
syntax error entries /src/.svn line 1 Android AIDL Problem
After searching internet for solutions I installed subversion plug-in (did not helped) but this…
It is worked for me:
- Delete your project from eclipse (not from disk).
- «File»->»New..»->»Project»->»Android Project»
- in «New Adroid Project»-Dialog selected «create project from existing source» (find your project on HDD)->»Finish»
my .classpath-file
<?xml version="1.0" encoding="UTF-8"?><classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="output" path="bin"/></classpath>
Remove ugly sound on HTC HERO boot (SuperHero) Июнь 30, 2009
Posted by russenreaktor in android.Tags: android, dream, hero, htc
add a comment
You should write in your windows console (do not forget install Android SDK)
adb remount adb shell #cd /system/media #rm boot.mp3 #reboot
Alternatively you can replace boot image and sound
http://forum.xda-developers.com/showthread.php?t=508078