+ Reply to Thread
Results 1 to 5 of 5

Thread: [i5700] The first firmware Android OS 2.1 (Unofficial)

  1. [translate]    #1
    FAQ makers mrJohn is on a distinguished road mrJohn's Avatar
    Join Date
    Jan 2010
    Location
    Russia/Ulyanovsk
    Posts
    146

    Default [i5700] The first firmware Android OS 2.1 (Unofficial)

    Q: Not Flashing file CSC
    A: Use the latest spica.ops of this kit Odin 4.03 + spica.ops
    Q: After the firmware is no room to install programs, shows 0.00B
    A: use Multi Downloader v4.03 and check Debug ONLY - PDA Format.
    Q: Is there a Root?
    A:Root is from ADB (put the Android SDK and forward)
    Attention! Do not try to get Root of instructions for 1.5!
    Q: What should I do to be able to delete / add / system
    A:
    Code:
    mount -o remount,rw,codepage=utf8,vfat,xattr,check=no /dev/stl5 /system
    
    or easier to use - swing: remount.rar
    extract and then (after making / system for recording):
    Code:
    adb push remount /system/xbin/
    adb shell chmod 0755 /system/xbin/remount
    
    in the future for RW
    Code:
    remount rw
    
    for RO
    Code:
    remount RO
    
    Q: Why do I need an application Spare Parts?
    Originally Posted by neolord
    Flashing like, if you disable the animation, then no brakes.
    Appeared standard application "Spare Parts". It pile additional options:
    font size
    action by pressing the red button (no, return to the home screen, in slipmod, return to the home screen - for those sleep) - in my not working
    compatibility mode (to run old applications)
    speed animation
    rate of change of screens
    statistics for the launch of applications
    statistics batery
    display a compass in the cards
    There are items require restarting
    Q: How to speed up the standard Home from Samsung
    Originally Posted by allgor
    Window animation- Fast
    Transition animation- Fast
    Q: What Home working application can be used instead of the standard Panteon
    slightly reworked launcher.apk of i6500
    killed Panteon
    all booted it seems to work stably
    Launcher.apk
    Originally Posted by whose
    Panda Home - free of charge, at the market.
    GDE, a market is the theme a la Eclair and Nexus One, while stopped on it., while stopped on it.
    OpenHome, known as Launcher2.
    Home + + - free, at the market. The bright-eyed and minimalistic.
    By the way, Satanic in 4pda noticed that if you disable the animation pantheon brake stops.
    Q: How to add Launcher.apk to /system
    Originally Posted by whose
    Code:
    adb shell mount -o remount,rw,codepage=utf8,vfat,xattr,check=no /dev/stl5 /system
    adb push Launcher.apk /system/app/
    
    then at the house and choose Home as a default application.
    Q: Do not visible ringtones?
    Originally Posted by bishop
    problem with ringtones decided - we must put any mp3-shku in the folder / media / audio / ringtones /, after that ringtones will be visible.
    Q: Where can I get 3D gallery, as in 2.1 beta
    Originally Posted by Empas
    Gallery how to Bethe.
    gallery_flan.apk
    flan gallery for a long time library updates only the first couple of times. now works with no brakes
    Q: Can I put the living wallpaper? - Yes!
    Originally Posted by Empas
    LiveWallpapersPicker.apk
    net.andforge.wallpapers.rainbow.apk
    after installation Picker in the wallpaper appears another item Animated Wallpaper.
    .
    And put. With the help of ADB can be as follows:
    Code:
    adb adb install LiveWallpapersPicker.apk install net.andforge.wallpapers.rainbow.apk
    
    Last edited by mrJohn; 03-03-2010 at 01:33 PM.

  2. [translate]    #2
    FAQ makers mrJohn is on a distinguished road mrJohn's Avatar
    Join Date
    Jan 2010
    Location
    Russia/Ulyanovsk
    Posts
    146

    Default

    Q: Is there any more living wallpaper?
    Originally Posted by Empas
    LWP DuckHunt.apk
    Q: Can I put a modified Phone.apk, how and what I get?
    Originally Posted by naimax
    Hurray! It turned out to install modified Phone.apk.
    Shortly about the main differences from normal.
    # Vibrate on outgoing calls to answer.
    # Vibrate for 45 seconds with outgoing calls, ie 45, 1'45 ", 2'45" ...
    # Double vibration at the end of the conversation
    # Longer sleeps screen during a call.
    # Vibrate on call waiting
    # Setting to enable / disable all the above - Call settings
    # Black list!
    Website
    took the latest version and put through adb. So far everything works as it is written, no glitches.

  3. [translate]    #3
    Administrator LeshaK is an unknown quantity at this point
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,079

    Default

    Q: How to get Root on Android 2.1 Eclair (DDJB2)
    Downloading, unpacks init.spica.rar
    You must work ADB, enter the command prompt, Windows / Linux:
    Code:
    adb shell mount -o remount,rw,codepage=utf8,vfat,xattr,check=no /dev/stl5 /system
    adb shell rm /system/xbin/su
    adb shell ln -s /xbin/su /system/xbin/su
    adb push init.spica.sh /system/etc/
    adb shell chmod 0550 /system/etc/init.spica.sh
    adb shell reboot
    
    set Better Terminal (or any other) and check
    Code:
    su
    
    should see instead of $ - #
    Well, to verify
    Code:
    su
    ls /efs/root
    
    This is a temporary solution until work DroidWall, WiFi tether and so on, all that requires a kernel rebuild
    Twitter | Devices: Samsung Spica i5700 - SamdroidMod [ RU | EN ] | Nexus One - Android 2.2 Froyo
    If you like my stuff, buy me a beer! | Если Вам нравится то, что я делаю, купите мне пива! | Thanks!

  4. [translate]    #4
    FAQ makers mrJohn is on a distinguished road mrJohn's Avatar
    Join Date
    Jan 2010
    Location
    Russia/Ulyanovsk
    Posts
    146

    Default

    Q: Is there a working version of HTC IME?
    Yes, take here , version for Low res
    Last edited by mrJohn; 02-25-2010 at 08:56 AM.

  5. [translate]    #5
    FAQ makers mrJohn is on a distinguished road mrJohn's Avatar
    Join Date
    Jan 2010
    Location
    Russia/Ulyanovsk
    Posts
    146

    Default

    Q: How to install busybox?

    Download - Attachment 291, unpack.
    remount /system in to RW (remount rw)
    and push busybox to your phone
    Code:
    adb push busybox /system/xbin/
    adb shell chmod 0755 /system/xbin/busybox
    
    then we go in the shell
    Code:
    adb shell
    
    check that busybox works
    Code:
    busybox
    
    should see something
    BusyBox v1.16.0 (2010-02-10 17:04:34 MSK) multi-call binary.
    Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
    and others. Licensed under GPLv2.
    See source distribution for full notice.

    Usage: busybox [function] [arguments]...
    or: function [arguments]...
    and set it
    Code:
    busybox --install -s /system/xbin
    
    Now we have a lot of useful utilities (tar. ..)
    Last edited by mrJohn; 02-25-2010 at 09:23 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts