General :: Syncing Android Repo / Building Jelly Bean With Ubuntu

Jul 15, 2012

I ran the command to sync with android-4.1.1_r1. Its literally been syncing for hours and still not done. I'm currently on /platform/pdk. As for Ubuntu, I've never used it before but I'm running the guide posted on XDA for building with Ubuntu and I've done everything to the point of syncing...which I'm waiting to advance after this is done.

When you have to pull the proprietary files it says to use the device name. In my case it would be Samsung_d2tmo (for T-Mobile sgs3) correct?

General :: Syncing Android Repo / Building Jelly Bean With Ubuntu


Android : Repo Client Init Error Ubuntu 8.10

Jan 19, 2009

I am trying to download the android source onto a new ubuntu 8.10 installation on a x86 machine. All the steps worked fine until I tried to init the repo client. I get the following. I can't find anyone else having such an repo error. I did find an obscure message that said the python error might be due to a missing readline module. I tried to install lib32readline5-dev as in the download instructions and got the following error Any ideas anybody? I am somewhat new to linux but have had a fair amount of unix experience in the past. Code...

View 14 Replies View Related

General :: How To Fix Errors When Building ROM On Ubuntu

Mar 29, 2012

I have been successful a few times but lately if I fix all the make: errors I get a Java heap space error or a gc Java out of memory error. I have a pastebin and will post it when I get back home from work in the morning! I've gotten this errors running Ubuntu 10.04 building cm9, Codename and cm7. I thought at first it was virtual box. So I partitioned my hard drive and dual booted. What is wrong with my environment and Java?

OG Epic 4g Touch CM9

View 4 Replies View Related

Jelly Bean :: Galaxy S3 Exchange Contacts No Longer Syncing

Feb 8, 2014

I have a Galaxy S3 that uses MS Exchange to sync my email, calendar, tasks, and contacts through my Office365 account. Everything has worked great for months. A few days ago, I noticed that contacts I had been adding to Outlook on my PC were not showing up on my phone. After checking all of the basic stuff (contacts to display set correctly, sync turned on, auto-sync checked, etc.), I discovered that the Contacts had not synced since mid-January (date/time stamp under Settings/Microsoft Exchange ActiveSync/Settings/More Settings). All "sync" boxes are checked, and the Calendar, Email, Tasks, and Text Messages are all syncing, with current date and time stamps. For some reason, even though the Contacts sync box is also checked, Contacts have not updated since January.

I have tried unchecking boxes, restarting phone, removing and reinstalling account, and everything else I could find on these forums. But nothing works. After re-installing the account on the phone, the Contacts "sync" box is checked, but there is no date/time stamp at all. If I look on Settings/Microsoft Exchange ActiveSync/Accounts, the Sync Contacts box is checked, and it shows a current date/time stamp. But the contacts are not syncing, and no contacts show up on the phone for this exchange account. The contacts are making it from my PC to Office365, as those contacts do show up in the web based Office365 contact list. But the contacts are not making it from there to my phone.

I am spending the afternoon trying to create a temporary work-around, but I run my own consulting business, and having access to my contacts is critical.

View 3 Replies View Related

Jelly Bean :: LG Optimus G Pro Running 4.1.2 - Outlook Stop Syncing On WiFi

Oct 4, 2013

LG Optimus G Pro, running 4.1.2.

Outlook has stopped syncing now (don't recieve emails, set as "push") when on wifi at home.

I have to go into the mail app and manually sync to get them.

It's been working fine until yesterday.

Still works when not on wifi.

Anything I did, or just Outlook itself taking a walk on the wild side like it seems to often.

View 1 Replies View Related

Android :: Error When Building Kernel Image With Ubuntu 9.10

Jan 28, 2010

I am facing an issue as below when building kernel image. Code...

View 2 Replies View Related

Jelly Bean :: How To Install Stock Jelly Bean On Android Device

May 17, 2014

I have a Coolpad 8720L with its own interface built upon 4.3 Jelly Bean. It's not very good, and I'd like to install stock Android instead. How do I do this?

I heard that I have to root the device, and then find a ROM for stock Jelly Bean to load onto the device?

View 1 Replies View Related

Jelly Bean :: How To Root And Revert From KitKat To Jelly Bean For Nexus 7 2013 2nd Gen

Nov 29, 2013

I'm looking for a tutorial to Root and then revert back to JellyBean from KitKat on a Nexus 7 2013 2nd Gen, non carrier, WiFi only, or Whatever is required to switch back to JB from KK..

View 1 Replies View Related

Jelly Bean :: LG Nexus 4 16gb - How To Use Android Jelly Bean 4.3

Sep 21, 2013

I just purchased my first ever cell phone ( Google LG Nexus 4 16gb ) . I have never used one before , just never had the need for one . How to use Android Jelly Bean 4.3 and also how to use this phone .

View 5 Replies View Related

Jelly Bean :: Android Jelly Bean - TV Box Won't Work Properly?

Apr 9, 2014

The jellybean box itself turns on and the home screen loads up. I select the page where all the apps are...select xbmc app...sometimes it flicks back to main apps page other times the screen turns black/blank. I can't get further than this page....my box has worked perfectly for the past 3 months since purchasing. I can't get into the settings page as I can't get past the blank .

View 1 Replies View Related

Android :: Mac OsX 10.5 Installing Repo - Repo Command Not Found

Jan 24, 2009

I'm new to Mac and android. I went through all the steps mentioned to prepare to get android source on Mac.

However after getting repo and changing it to executable I can't execute repo init -u .... I keep getting -bash: repo: command not found

my $PATH is /opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/ bin:/usr/X11/bin

View 2 Replies View Related

Jelly Bean :: Jelly Bean Dialer Number Persistence

Dec 13, 2013

Best way I could describe it. On ICS the dialer would allow me to type a number and come back to it later, now when I multi-task the number disappears. I am running 4.1.2 on a HTC Desire 300, and the dialer is stock to the best of my knowledge.

View 4 Replies View Related

Android :: Initializations Repo By $ Repo Init - U

Jun 6, 2009

I am using Virtual Box with KUbuntu Linux on x86(Windows XP) system and setting up system for Android Source SDK. I have installed repo through (curl http://android.git.kernel.org/repo >~/bin/repo). Now I am trying to initialize repo by $ repo init -u git://android.git.kernel.org/platform/manifest.git but here I am getting an error shown as follows:

Traceback (most recent call last): File "/home/tirtha/mydroid/.repo/repo/main.py", line 235, in <module> _Main(sys.argv[1:]) File "/home/tirtha/mydroid/.repo/repo/main.py", line 217, in _Main repo._Run(argv) File "/home/tirtha/mydroid/.repo/repo/main.py", line 123, in _Run cmd.Execute(copts, cargs) File "/home/tirtha/mydroid/.repo/repo/subcmds/init.py", line 218, in Execute self._SyncManifest(opt) File "/home/tirtha/mydroid/.repo/repo/subcmds/init.py", line 123, in _SyncManifest m.PreSync() File "/home/tirtha/mydroid/.repo/repo/project.py", line 1440, in PreSync cb = self.CurrentBranch File "/home/tirtha/mydroid/.repo/repo/project.py", line 271, in CurrentBranch b = self.work_git.GetHead() File "/home/tirtha/mydroid/.repo/repo/project.py", line 1226, in GetHead fd = open(path, 'rb') IOError: [Errno 2] No such file or directory: '/home/tirtha/ mydroid/.repo/manifests/.git/HEAD'

I have try to go to the mentioned folder and it looks like /home/ tirtha/mydroid/.repo/manifest.git/HEAD rather '/home/tirtha/ mydroid/.repo/manifests/.git/HEAD'. Can anybody suggest me the reason of the error and any solution for this.

View 3 Replies View Related

Android :: ITunes Like Music Syncing (Linux / Ubuntu)

Oct 26, 2010

Over the years I've been able to get my fiancee to (for the most part) comfortably use Ubuntu on my computers. Recently I got her to jump ship to the DI and so far she is loving it. My request now is, what is the EASIEST program to sync music with? (Obviously, it needs to be Linux compatible) I've never been a music/mp3 listener so I'm not real fluent on the best methods for storing/playing music. Do you keep all your music in one folder on your phone or SD card? Do you organize it via folders? Do you use the stock music player app? If you all don't mind, give me ideas on the best music management and I'll get her setup and running smoothly so she'll never look back to iPods/Windows again!!

View 1 Replies View Related

General :: Upgrade To Android Jelly Bean On HD2

Nov 22, 2012

I successfully put the android 2.3.7 on my hd2 following your directions. In order to upgrade the device to Android Jelly Bean or ice cream sandwich do I have to download another installer and the other programs or do I just add the ROM to the memory card and install it from the phone. I'm confused because the prerequisites for the higher versions are different from the ones I used to install the gingerbread.

View 3 Replies View Related

General :: Android 4.1.1 Jelly Bean For Motorola Bravo?

Jul 31, 2012

I have loaded the zip file CM10-Nightly-mb520 dated 20120730 onto the sd card, placed it into the Bravo and selected 'apply sdcard:update.zip. I get the following:

E: Can't open /cache/recovery/command
E: Can't open /cache/recovery/caller
..
Install from sdcard...
...finding update package...
...opening update package...
.verifying update package...
..E: failed to open /sdcard/update.zip (not such file or directory)
.E: signature verification failed
....installation aborted

View 5 Replies View Related

General :: Panaroid Android Jelly Bean 4.1.2 - Atrix 2

May 19, 2013

I wish to install "panaroid android jelly bean 4.1.2" custom rom on my atrix 2 device.

Is this possible?

View 1 Replies View Related

General :: Camera App Start In Android Jelly Bean

Dec 12, 2012

possible to prevent camera app to start automatically rotating into landscape with just the icons adjusting to portrait/ landscape view? I find this real annoying because not just the pop ups are always in landscape but also it does not start or close smoothly and by the way it looks ugly..so is it be possible to make the camera start as other apps in that mode I actually hold my phone?

View 4 Replies View Related

General :: Jelly Bean Search Widget On Android 2.3+?

Jul 18, 2013

Yesterday i saw a picture of htc butterfly, which have an amazing search widget, which was quite different from other jellybean search widget. Look over the picture to see what i mean. I searched over plastore, google and xda manytimes for such a widget. Need apk for this widget? Im already using jellybean search widget, but but that is not much graphical than this one..

View 3 Replies View Related

General :: Android Jelly Bean - Cannot Move App To SD Card

Jan 18, 2013

Is it any reason why there is no option to move app to Sdcard on Jelly Bean. I am using Galaxy s3 jelly bean 4.2.

Is this a limitation on Jelly Bean.

is it true per Jelly Bean you can not move app that is less than 1GB.

View 3 Replies View Related

General :: Accessibility Services Not Visible On Android 4.2 Jelly Bean

Nov 6, 2013

I am using a Karbonn A12+. It is a Mediatek device (MT6572 chipset) and works on almost stock Android 4.2

I have installed Talkback, Floating Notifications and a few other apps that require accessibility service but none of them appear in the accessibility settings option. Doing the exact same thing on my Android 4.1 based tablet and Android 2.2 phone creates an option to enable accessibility service for apps requiring that. How to get things back to normal?

I am not visually impaired or anything, just want to use those apps which require this. I really want to use Floating Notifications along with XHalo Floating Windows to get Halo like multitasking on the stock rom. The snapshot below is all I get in the accessibility settings screen. I have tried Factory resetting the device and wiping cache/dalvik cache, fixing permissions, things not even distantly related to the problem but to no avail.

View 4 Replies View Related

General :: Back Up Jelly Bean To PC?

Dec 12, 2012

Awaiting delivery of my Nexus 4 - 16GB, is there software to back up the phone data to my PC?

View 3 Replies View Related

General :: Porting App From Jelly Bean To ICS

Mar 22, 2013

My bro has a note running jb. He has a secgallery app which I cant install on my xperia u wid ics

I always get an error "App not installed".

I have decompiled the app... But m nt a modder so I dun knw what changes to make in androidmanifest or some other folder to run it..

View 1 Replies View Related

General :: Can't Mount / EFS Which Won't Allow To Run Jelly Bean

Sep 2, 2013

After I flashed a couple roms I couldn't boot jelly bean anymore and I noticed the error in recovery: E: Cant Mount /efs, when installing. But I could still boot ICS but not jellybean. I still had my IMEI and could make calls but could not boot jelly bean because it couldn't mount.

Sometimes when installing a rom something goes wrong and it changes the partition type of /efs making it unable to be mounted. The partition is usually from ext4 to swap.Most likely this will work on your phone but if it doesn't and your phone stops working I am not responsible.

If your like me and you couldn't get jelly bean to work then flash your device back to ics and it should boot. Once your booted inside of ics we can start the process.

Pre-Setup:
1. Be rooted and have a custom recovery installed.
2. Be on Ics and it boots.
3. Your need to have a Jelly Bean rom like Cyanogenmod on your sdcard.
4. Have adb installed on your pc and usb debugging on in your phone/tab.

Now that that's done its time to start.
Part One:
1. Boot into recovery.
2. We need to find the efs block location.
3. Go to mounts and select efs
4. It should say unable to mount
5. Go to advance and make a recovery.log
6. Put that file on your computer and open it.
7. Look through the file and you should fine something like this around the beginning of the file:

E:Unable to mount '/efs'..Actual block device: '/dev/block/mmcblk0p3', current file system: 'swap'..My location is /dev/block/mmcblk0p3 But yours could be different! Most likely the difference will be instead of it ending with a 3 it will be a different number. I will be saying /dev/block/mmcblk0p3 if yours is different just change it to your location.

*WARNING* Sometimes when you copy paste into adb it will auto run the command without you pressing enter. If your location is different then mine and you copy past and it auto runs it could be BAD so to be careful if you want to copy past. Copy the command paste it into Google make the change and copy that and paste into adb

Part Two:
1. When your inside recovery connect your phone to your computer and get into a adb shell. (Sometimes it will take awhile for adb to recognize your device so be patient.)
2. Once you have adb access its time to start entering the commands.(Again my location may be different the yours! Most likely the difference will be instead of it ending with a 3 it will be a different number.

Part Three Inside ADB:
1. su
2. dd if=/dev/block/mmcblk0p3 of=/sdcard/efs.img
3. mke2fs /dev/block/mmcblk0p3
4. mkdir /efs
5. mount -t ext4 /dev/block/mmcblk0p3 /efs
DONT REBOOT PHONE

Part Four On Your Phone:
1. Now /efs is mounted don't unmount it
2. Do a factory reset
3. Install your Jelly Bean rom
4. It should install without any errors
5. Boot your phone
6. If everything went well it should boot.
7. After it boots your signal notification most likely will be gray and internet or calls may not work
8. To fix just install gapps and it will be fixed

There you have it if everything went correctly your efs should be working good and you should be able to go back and do your normal rom flashing.

If jelly bean boots but you don't have phone do this:
1. Go back into recovery and get adb access.
2. su
3. mke2fs /dev/block/mmcblk0p3
4. mkdir /efs
5. mount -t ext4 /dev/block/mmcblk0p3 /efs
6. dd if=/sdcard/efs.img of=/dev/block/mmcblk0p3 bs=4096

View 4 Replies View Related

General :: Gingerbread 2.3.6 To Jelly Bean 4.2?

Jan 29, 2013

I just recently bought the Samsung Galaxy S II on the Straight Talk network. The phone comes stock with the Android Gingerbread 2.3.6 OS and I'd like to upgrade to the latest Android Jelly Bean 4.2 OS.

Here are the phone facts:

Network: Straight-Talk
Model Number: SGH-S959G
Android Version: 2.3.6
Kernal Version: 2.6.35.7
Build Number: GINGERBREAD.UDLG1

View 3 Replies View Related

General :: Jelly Bean Animations On ICS?

Aug 13, 2012

I came across a thread to get Jellybean animations on ICS, I did a search but I cannot find it. HTC Vision

View 1 Replies View Related

General :: Karbonn A2+ With Jelly Bean 1.3 Ghz?

Jan 31, 2014

I've got an replacement of my karbonn A2+ via company.

I want its backup and flash file..

View 2 Replies View Related

General :: Upgrading HTC One V To Jelly Bean 4.2?

Mar 6, 2013

Is it possible to upgrade HTC One V to Jellybean 4.2?I have tried running software update located in settings-->about phone but it says that there are no updates available.So is it possible to get jellybean 4.2 on my phone?Are there any risks involved?Can updating to jellybean harm my phone?btw my phone is rooted. What cyanogen mod is?Can i first install jellybean 4.2 and then install cyanogen mod?

View 1 Replies View Related

General :: CRT Off And On Mod On Stock Jelly Bean Rom?

Jun 5, 2013

im trying to port crt off and on ..on deodex'd stock rom..i had try'd these methods but it didnt work'd out on jelly bean..link for porting crt off on stock jelly bean rom for GT-i9082

i had try'd these methods but no use..

[URL]

View 1 Replies View Related

General :: Cannot Get Jelly Bean To Compile

Dec 27, 2012

I've attempted to build two different sources, one modified ICS AOSP and another from straight up JB AOSP. Both err on me.

JB spits out the following:

Quote:

make: *** No rule to make target `out/target/product/devicetest/obj/STATIC_LIBRARIES/lib_driver_cmd_wext_intermediates/export_includes', needed by `out/target/product/devicetest/obj/EXECUTABLES/wpa_supplicant_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
target thumb C: wpa_cli <= external/wpa_supplicant_8/wpa_supplicant/src/utils/edit.c

I'd prefer to get JB working, but would be satisfied with ICS for now.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved