[android-building] Re: Android 11 Pixel 4a adding to boot.img's ramdisk

2022-08-09 Thread Rakesh Gupta
Ramdisk is a small and temporary filesystem which only has critical files to setup the system and boot the device. The /system partition where you are searching for new files actually gets its content from a separate read only system.img file which gets mounted at /system in non SAR devices and

[android-building] Re: Can't build sdk

2020-09-07 Thread Rakesh Gupta
Reverted back to Ubuntu 18.04 from Ubuntu 20.04 and its working On Wednesday, September 2, 2020 at 10:24:50 PM UTC+5:30 Rakesh Gupta wrote: > Hi, > I have been trying to make sdk by following the steps given on: > https://source.android.com/setup/create/avd#building_a

[android-building] Can't build sdk

2020-09-02 Thread Rakesh Gupta
Hi, I have been trying to make sdk by following the steps given on: https://source.android.com/setup/create/avd#building_avd_images but not succeeded even once. Below are the steps: $. build/envsetup.sh $lunch sdk_phone_x86_64 $m $emulator (no problem till here) $m sdk

[android-building] Re: acloud fails on Ubuntu 20.04

2020-08-31 Thread Rakesh Gupta
I manually installed cuttlefish. But when I reached further with acloud I got to know that *Cuttlefish only works on Intel cpus and not on Amd*. I will try google cloud solution. On Thursday, August 27, 2020 at 6:26:41 PM UTC+5:30 Rakesh Gupta wrote: > I am not able to install cuttlef