Flashing android rom in Linux (Xperia Sola)

Hi
I have installed Arch Linux but cannot find suitable material on setting up drivers and utilities for flashing rom on Linux specifically arch linux. I am using Sony Xperia Sola and I want to flash custom rom into it.
I can setup arch even if instructions are available for other distro Linux Mint and Ubuntu so any link can come in handy.
I was using flashtool in windows but after shifting to Arch, I am not sure whats the right procedure to do it.
I have unlocked bootloader and rooted rom (FXP kernel + MIUI) installed as of now which I want to change asap.
Please help.
Regards

Ok I created the udev file and this the ouput of my lsusb
Bus 001 Device 003: ID 0fce:0146 Sony Ericsson Mobile Communications AB
and this is my 51-android.rules file
SUBSYSTEM=="usb", ATTR{idVendor}=="054c",ATTR{idProduct}==0146, MODE="0666", GROUP="plugdev"
now when I use `fastboot devices` nothing happens. What am I doing wrong ?
I have enabled developer option and the phone is set at MTP mode.
Edit 1  - Its weird , the product ID changes after setting the device in developer mode.
[shashwat@arch android]$ lsusb
Bus 002 Device 005: ID 413c:2107 Dell Computer Corp.
Bus 002 Device 003: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 019: ID 0fce:0146 Sony Ericsson Mobile Communications AB
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[shashwat@arch android]$ lsusb
Bus 002 Device 005: ID 413c:2107 Dell Computer Corp.
Bus 002 Device 003: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 020: ID 0fce:5146 Sony Ericsson Mobile Communications AB
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[shashwat@arch android]$
before and after usb debugging mode
Last edited by Shashwat (2014-02-12 06:44:39)

Similar Messages

  • Question on downgrading Xperia Sola with flashtool

    I have 3 questions I want to know guys please help me thanks
    1. Should my Xperia Sola (ics) be rooted before i flash the GB 2.3.7 with flashtool or can i flash it right away
    2. I saw my FREE RAM ON ICS is about 150 less will it become 300 mb free once i switch to GB
    3. Will all files of ICS be deleted once i replace it with GB 2.3.7
    Thanks hoping for your answers

    *Moved to Android development*
    Hopefully you can get some answers here.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • How do I change the Version Code in the Flash Android settings Android app market?

    I recently tried to update my app in the Android app market and when I uploaded it I got the following message:
    "The new apk's versionCode (1000000) already exists."
    In the Flash Adnroid settings I changed the version label but that did not help.
    So I have two questions:
    How do I change the Version code in the Flash Android settings? I changed the version number and version label but that did not work.
    What is the difference between the version number and version label?

    I tried that but it did not work. Apparently there is a difference between the version code and version number (which is set in the Android settings). From my research the version label is optional, so there are no problems there.
    This is the what the XML file says:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
      <id>com.company.nameofapp</id>
    //Below is the correct version number, but has no relation to the version code.
      <versionNumber>1.1.0</versionNumber>
      <versionLabel>NewLayout</versionLabel>
      <filename>Name of app</filename>
      <description/>
    I did find this piece of information for Androin version codes. (http://developer.android.com/guide/publishing/versioning.html)  But I don't know how to place it into the xml file without conflicting with other code.
    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.example.package.name"
          android:versionCode="2"
          android:versionName="1.1">
        <application android:icon="@drawable/icon" android:label="@string/app_name">
        </application>
    </manifest>
    Any other thoughts are much appreciated.

  • How do I change the Version Code in the Flash Android settings for the Android app Market?

    I recently tried to update my app in the Android app market and when I uploaded it I got the following message:
    "The new apk's versionCode (1000000) already exists."
    In the Flash Adnroid settings I changed the version label but that did not help.
    So I have two questions:
    How do I change the Version code in the Flash Android settings? I changed the version number and version label but that did not work.
    What is the difference between the version number and version label?

    I tried that but it did not work. Apparently there is a difference between the version code and version number (which is set in the Android settings). From my research the version label is optional, so there are no problems there.
    This is the what the XML file says:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
      <id>com.company.nameofapp</id>
    //Below is the correct version number, but has no relation to the version code.
      <versionNumber>1.1.0</versionNumber>
      <versionLabel>NewLayout</versionLabel>
      <filename>Name of app</filename>
      <description/>
    I did find this piece of information for Androin version codes. (http://developer.android.com/guide/publishing/versioning.html)  But I don't know how to place it into the xml file without conflicting with other code.
    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.example.package.name"
          android:versionCode="2"
          android:versionName="1.1">
        <application android:icon="@drawable/icon" android:label="@string/app_name">
        </application>
    </manifest>
    Any other thoughts are much appreciated.

  • Updating Xperia sola to ICS

    Hi,
    I am using Xperia sola for the past 1yr i am having gingerbird OS in SOLA
    i want to know is that good to update Xperia sola to ICS or use the sola with GB is best.

    There are a number of topics on this forum regarding this particular topic. It is very much a personal choice though I would advise reading through some of the other posts to gauge general opinion on the topic.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Problems with Smart Wireless Headset Pro after upgrading my Xperia Sola to ICS

    Just want to let the community, and Sony, know that since I "upgraded" my Xperia Sola to ICS, the Text to Speech on my Smart Wireless Headset Pro is not functioning. It used to work just fine when I had Gingerbread on my phone, but when I upgraded to ICS, the Text to Speech voice is not output on the headset, but on the phone, on the call speaker... Hope this bug gets fixed soon.
    Maybe someone already knows of a solution?
    Thanks in advance.

    There is a new update available for the Smart Wireless headset pro, MW1 (0.1.C.0.3).
    Which software version are you running your MW1 on?
    If you don't have the latest I suggest that you use SUS to update your software.
    http://www.sonymobile.com/gb/tools/update-service/
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Flash 8 player for linux

    I have red the article here:
    http://www.kaourantin.net/2005/12/flash-player-8-for-linux-update.html
    It was written in December 22, 2005.
    Till now it is not ready?!
    Apple ported MacOSx to Intel faster than Adobe ports Flash
    Player to Linux....
    Very hard to believe. It seems like nobody works on player8
    for linux. :(

    bobromeo,
    > There's now Flash 9 for Linux and I installed it on
    Ubuntu
    > 6.10 (Edgy). But it only works for FireFox, Opera is not
    > yet supported !#$@!%#@! Is this so hard to do ?
    I guess it is! ;)
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Adobe Flash player 10 for Linux

    I'm interested in: when will be available for download Adobe Flash Player 10 on Linux (Ubuntu) x64 station?

    Hi, This is the latest that I have just finished reading tonight(well it is now 8/5/10 in my time zone) This is regarding the 64bit.
    http://kb2.adobe.com/cps/000/6b3af6c9.html
    Thanks,
    eidnolb

  • Flash Android application identifier with underline

    I got this 'invalid application descriptor: invalid application identifier' when publish my old flash android fla.
    My app id is like com.this_is_id.android.test
    It keep happens when my id with underline '_', but this id was ok about a year ago.
    Now I cant update my app at googleplay because this.
    Please help,thanks.
    *MBP OS X 10.9
    *Flash CC & CS6
    *AIR SDK 3.4 ~ 4.0

    Thanks for kindly reply.
    according this
    http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffd.html
    Android application IDs
    if the ID is not a legal package name on the Android operating system, it is converted to a legal name. Hyphen characters are changed to underscores and leading digits in any ID component are preceded by a capital “A”. For example, the ID: 3-goats.1-boat, is transformed to the package name: air.A3_goats.A1_boat.
    so I dont know why underscore is illegal,and my app at googleplay has an underscore ID indeed, not dash, I am sure.
    this really bother me,cant update any app with an underscroe ID
    because I have to update app to support android 4.x ...
    ps. 3.4 even 3.2 also not working,@@ dont know how I did it before...

  • Sony xperia sola will get jelly bean or not ??

    sony xperia sola will get jelly bean or not ??

    do NOT believe any ot it should be announced on the official blog, any d it should be announced on the official blog, any other website it's nothing but speculation
    http://blogs.sonymobile.com/
    as of right now it's on testing
    Don't forget to mark the Correct Answers & Helpful Answers
    unrelated topic, if you have some time please check this thread
    http://talk.sonymobile.com/message/244522#244522
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • How can I use Adobe Flash supported media on my Xperia Z tablet?

    Hello, how can I use Adobe Flash supported media on my Xperia Z tablet?

    Hello smalln,
    Please directly your inquiry to Sony Mobile Support.

  • Flash Player 9 for Linux

    Could someone at Adobe please update us with what is
    happening with Flash Player 9 for Linux? I noticed that other Flex
    components have been released for Linux, so obviously there is some
    groundwork to Flash Player 9.

    Will alienate? They've already alienated users a long time
    ago. That isn't the point, though, because it doesn't matter if
    users are alienated, it only matters if the users need flash.
    The only thing that could make flash player better is open
    source. I don't see why they don't do it. They make money on the
    authoring tool, not the player. All of my Linux machines are ppc
    and x86_64, no flash there. I also don't have flash on my PDA, a
    Palm T|X. If the player was open sourced, people would stop
    complaining about how much flash sucks -- because, right now, there
    are very serious, legitimate, complaints against it.
    Anyway, for now I'm hoping that SVG matures quickly.
    Although, I"m sure that once Adobe sees that train coming, they
    will extend Flash (dev.) to export SVG movies containing embedded
    binary data that can only play with their binary plugin.

  • New xperia sola lock screen for xperia ray

    after the recent update of xperia sola..it has got notification swipe option in the lock screen like the iPhone.can i have it on my xperia ray??why is SONY not getting UI upgrade for 2011 family phones.??
    Solved!
    Go to Solution.

    You cannot have it on your ray bya any official method
    But unofficial ones that require root access
    http://forum.xda-developers.com/showthread.php?t=1748622
    Discussion guidelines.
    Message me or any other moderator to seek help regarding moderation.

  • Error While manually updating xperia sola to android 4

    hi
    I did the following download and install the latest Fashtool software ( flashtool-0.9.10.1-windows ) and I had installed the drivers .exe in the drivers folders
    and selected all the devices and I am not able to flash sola to the new version of android
    the log file at the link
    Please help guys :'(
    Solved!
    Go to Solution.

    Haha
    Glad to hear things worked out!
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • NVidia PNY GeForce 6600 AGP Flashing Issue (ROM says too large for EEPROM)

    Here's a puzzle for anyone willing to assist (I've heard japamac has a good history with this sort of thing so *fingers crossed*).
    So, I got a Quicksilver Power Mac G4 recently for free (gotta love the university just throwing stuff away) and it was the 800Mhz Single Core model. I've recently acquired a Sonnet 1GHz upgrade cpu nib from a thrift shop for $7 and also got my hands on a free and working PNY 6600 AGP card (256mb). I had recalled the 6600 having the ability to flash a mac rom so I thought it would be a sure thing, especially after having done similar build-up for my old Dual 500 Gigabit Ethernet machine, instead opting for an ATI 9600 and a 1.8 sonnet proc which I then sold for $180 bundled with Leopard.
    I followed this tutorial (https://discussions.apple.com/thread/2645959?start=0&tstart=0) and downloaded the latest nvflash and the rom image hosted on the site. According to windows the rom file is 32kb, and when I opened up nvflash it stated the rom already installed was around 64kb. I followed all instructions to a t and even opted to erase the eeprom as was suggested after backing up stock.rom.
    So far so good...however when I try to flash the nvmac.rom file, I keep getting some error about a PCI board id not matching (having to override w/ yes) shortly before getting an error message that states that the .rom image is too large for the eeprom. How is this possible?
    The card in question is a PNY GeForce 6600 256MB DDR DVI-VGA-TV AGP Video Card G606600ABD25T+BC4BCA
    Am I just SOL because it actually is too large, or am I missing something here? I've re-flashed the stock.rom back onto the card and all works well on the windows front, but I was really hoping to have a mac 6600 on the cheap...any suggestions?
    If you need any specific info, just ask. Will try to respond asap. Other than the rom size error message, every other step of that tutorial works just fine.

    Unless I am missing something, the 6600 ROMs on the Mac Elite site all (3) show a 128 KB size. The 6600 PNY is listed as 128, and a download and check of the file confirms it.
    If your cards ROM is 64 KB, you will need to solder a new, larger chip on the board.
    Did you download a 6200 ROM?

Maybe you are looking for

  • Installation of Photoshop Elements 11 - problem

    When installing Photoshop Elements11 it tells me to close all of the following applications to continue: -Elements auto analyzer -dynamic link manager II cant see them running at all? I am on imac

  • Requirement of keeping the Path field BLANK of HTTP_AAE Channel in NW PO 7.31

    Hi , We are in a phase of migrating Interfaces from PI 7.1 to PO 7.31(Java Only). For one of the Interface in PI 7.1 there is a RFC Destination for vendor communication through HTTPS connectivity  : Target-Host: IP Address Post: value Path Prefix: Bl

  • Help with data services to run a job

    Hi, I have a xcelsius file (swf) that run a job using webservices from data services, and verything works good, the problem is when i publish the file in thw web server IIS, the webservice dont start the job. There is some configuration of IIS that c

  • Twitter Widget Malfunction

    I built a site with DW 5.5 about a year ago and in it was a Twitter Widget I uploaded via Abode Widget Exchange.  For the past year or so, it has worked just fine.  Last week, with no rhyme or reason, it stopped working.  I have deleted it and re-ins

  • Full backup everytime

    Guys, every time that I connect my MacBook Pro on my Time Capsule WiFi network, the total size of backup is over 70Gb. This MacBook is used just for work, and I have no photos, music, videos, etc. Why the backup is not a incremental like occurs on my